reason-react
reason-react copied to clipboard
Expose ariaChecked and ariaInvalid
Not sure if there's a reason to expose a more strict API tbh. The alternative is exposing:
`grammar | `spelling | `True | `False
which is kinda meh too
I'm still holding out for a better solution here but recognize this is a common and very real issue. If we don't have something better by 1.0 this will go out.
Closing because I opened a PR (https://github.com/reasonml/reason-react/pull/697) that supersedes this one.