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

`inert` property is missing from `domProps`

Open jquesada2016 opened this issue 10 months ago • 1 comments

I was trying to add inert property to an element for accessibility, but was surprised to see the binding was missing.

jquesada2016 avatar Jan 18 '25 19:01 jquesada2016

I've created a PR for adding inert to JsxDOM.domProps in the main repo: https://github.com/rescript-lang/rescript/pull/7326

mediremi avatar Mar 09 '25 14:03 mediremi