Update README.md

This commit is contained in:
Josh Johnson 2016-10-19 07:36:41 +01:00 committed by GitHub
parent c867558dcd
commit bac0e37292

View file

@ -582,7 +582,7 @@ example.setChoices([{
{value: 'Child Five', label: 'Child Five'},
{value: 'Child Six', label: 'Child Six'},
]
}], 'value', 'label');
}], 'value', 'label', false);
```
### getValue(valueOnly)