reason-react icon indicating copy to clipboard operation
reason-react copied to clipboard

Add aria-current support

Open danben4 opened this issue 7 years ago • 1 comments

Right now the support for aria-current is commented out: https://github.com/reasonml/reason-react/blob/6de6b7723aa4402922bd8717c2098868afe8570a/src/ReactDOMRe.re#L97

Is there any specific reason for this? Is it possible to add support for this attribute?

danben4 avatar Aug 28 '18 16:08 danben4

See my comment in https://github.com/reasonml/reason-react/issues/309#issuecomment-466050301 (the issue that is blocking aria-*-attributes is [@bs.string] for bs.deriving abstract in the BuckleScript repo)

mikaello avatar Mar 15 '20 08:03 mikaello

Better late than never. Merged in #697.

davesnx avatar Dec 20 '22 14:12 davesnx