Skip to content

Commit

Permalink
Support value property for multiselect (#130)
Browse files Browse the repository at this point in the history
* support value for multiselect

* support value for multiselect
  • Loading branch information
tellnobody1 authored and ethul committed Dec 16, 2017
1 parent f2253e3 commit 14b4c22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/React/DOM/Props.purs
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ useMap = unsafeMkProps "useMap"
value :: String -> Props
value = unsafeMkProps "value"

valueArray :: Array String -> Props
valueArray = unsafeMkProps "value"

width :: String -> Props
width = unsafeMkProps "width"

Expand Down

0 comments on commit 14b4c22

Please sign in to comment.