File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ external make: (
15
15
~isReadOnly : bool = ?,
16
16
~isRequired : bool = ?,
17
17
~size : Size .Select .t = ?,
18
+ ~value : string = ?,
18
19
~variant : Identity .t = ?,
19
20
/**
20
21
Margin and Padding
@@ -239,7 +240,7 @@ external make: (
239
240
@as ("_selection" ) ~_selection : Pseudo .t = ?,
240
241
/**
241
242
TODO
242
- Other Props
243
+ Other Props
243
244
partial implemented
244
245
@see <https://chakra-ui.com/docs/features/style-props#other-props>
245
246
~animation=?,
@@ -294,7 +295,7 @@ external make: (
294
295
~onFocus : ReactEvent .Focus .t => unit = ?,
295
296
~onBlur : ReactEvent .Focus .t => unit = ?,
296
297
/**
297
- ReactEvent Form
298
+ ReactEvent Form
298
299
@see <https://reactjs.org/docs/events.html#form-events>
299
300
**/
300
301
~onChange : ReactEvent .Form .t => unit = ?,
@@ -403,7 +404,7 @@ external make: (
403
404
~onToggle
404
405
**/
405
406
/**
406
- ReactEvent Animation
407
+ ReactEvent Animation
407
408
@see <https://reactjs.org/docs/events.html#animation-events>
408
409
**/
409
410
~onAnimationStart : ReactEvent .Animation .t => unit = ?,
You can’t perform that action at this time.
0 commit comments