Skip to content

Commit 14b4c22

Browse files
tellnobody1ethul
authored andcommitted
Support value property for multiselect (#130)
* support value for multiselect * support value for multiselect
1 parent f2253e3 commit 14b4c22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/React/DOM/Props.purs

+3
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,9 @@ useMap = unsafeMkProps "useMap"
407407
value :: String -> Props
408408
value = unsafeMkProps "value"
409409

410+
valueArray :: Array String -> Props
411+
valueArray = unsafeMkProps "value"
412+
410413
width :: String -> Props
411414
width = unsafeMkProps "width"
412415

0 commit comments

Comments
 (0)