Merge remote-tracking branch 'origin/master'

This commit is contained in:
Josh Johnson 2016-10-19 07:37:51 +01:00
commit 67f29c286a

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)