File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,8 @@ type domProps = {
144
144
[@ ns.optional];
145
145
contextMenu : string
146
146
[@ ns.optional];
147
+ dataTestId : string
148
+ [@ ns.optional] [@ bs.as "data-testid" ];
147
149
dir : string (* "ltr", "rtl" or "auto" *)
148
150
[@ ns.optional];
149
151
draggable : bool
@@ -398,10 +400,14 @@ type domProps = {
398
400
onBlur : JsxEvent.Focus .t -> unit
399
401
[@ ns.optional];
400
402
(* Form events *)
403
+ onBeforeInput : JsxEvent.Form .t -> unit
404
+ [@ ns.optional];
401
405
onChange : JsxEvent.Form .t -> unit
402
406
[@ ns.optional];
403
407
onInput : JsxEvent.Form .t -> unit
404
408
[@ ns.optional];
409
+ onReset : JsxEvent.Form .t -> unit
410
+ [@ ns.optional];
405
411
onSubmit : JsxEvent.Form .t -> unit
406
412
[@ ns.optional];
407
413
onInvalid : JsxEvent.Form .t -> unit
You can’t perform that action at this time.
0 commit comments