-
Notifications
You must be signed in to change notification settings - Fork 468
Convert JsxDOM.ml to JsxDOM.res and add missing aria attributes #5708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Note that But as 'aria-haspopup'?: boolean | 'false' | 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog' | undefined; according to the TypeScript typedef, the strings The other aria attributes have similar definitions. |
AFAIK, "true" and "false" are fine for the attribute value. Can you share where the |
I was looking at the TypeScript typedefs: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/6d30f92ae04075b3edc1d674d5db9641abcbeb20/types/react/index.d.ts#L1660 |
Booleanish? OMG 😆 |
@cristianoc Thanks to #5714 , can we try to rewrite the |
Yes .res files should be good to go now. |
Done in #5723, closing! 🎉 |
E.g.
But the .ml -> .res transition is not so easy because of #5706 (comment).
The text was updated successfully, but these errors were encountered: