Skip to content

Commit

Permalink
Docs fix #90
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Mar 22, 2015
1 parent 4a300cb commit cfb6412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function logChange(val) {

### Multiselect options

You can enable multi-value selection by setting `multi="true"`. In this mode:
You can enable multi-value selection by setting `multi={true}`. In this mode:

* Selected options will be removed from the dropdown menu
* The values of the selected items are joined using the `delimiter` property to create the input value
Expand Down

0 comments on commit cfb6412

Please sign in to comment.