diff --git a/README.md b/README.md index eaf2a59..8d050f6 100644 --- a/README.md +++ b/README.md @@ -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)