Merge pull request #193 from JayKid/doc/set-value-by-choice-extend-example

update readme regarding setValueByChoice
This commit is contained in:
Josh Johnson 2017-06-29 16:46:10 +01:00 committed by GitHub
commit bb69d231e1

View file

@ -737,7 +737,7 @@ example.setValue(['Four','Five','Six']);
### setValueByChoice(value);
**Input types affected:** `select-one`, `select-multiple`
**Usage:** Set value of input based on existing Choice.
**Usage:** Set value of input based on existing Choice. `value` can be either a single string or an array of strings
**Example:**