We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c51a5 commit 8f8b2f9Copy full SHA for 8f8b2f9
CHANGELOG.md
@@ -16,6 +16,7 @@
16
17
- Add `Dict.has` and double `Dict.forEachWithKey`/`Dict.mapValues` performance. https://github.com/rescript-lang/rescript/pull/7316
18
- Add popover attributes to JsxDOM.domProps. https://github.com/rescript-lang/rescript/pull/7317
19
+- Add `inert` attribute to `JsxDOM.domProps`. https://github.com/rescript-lang/rescript/pull/7326
20
21
#### :boom: Breaking Change
22
runtime/JsxDOM.res
@@ -153,6 +153,7 @@ type domProps = {
153
draggable?: bool,
154
hidden?: bool,
155
id?: string,
156
+ inert?: bool,
157
lang?: string,
158
popover?: popover,
159
popoverTarget?: string,
0 commit comments