Update README

This commit is contained in:
Josh Johnson 2016-08-02 21:38:00 +01:00
parent 44d65ae580
commit 43f40b574c

View file

@ -38,7 +38,8 @@ A lightweight, configurable select box/text input plugin. Similar to Select2 and
duplicateItems: true,
delimiter: ',',
paste: true,
search: true,
search: true,
flip: true,
regexFilter: null,
placeholder: true,
placeholderValue: null,
@ -202,6 +203,13 @@ Pass an array of objects:
### search
<strong>Type:</strong> `Boolean` <strong>Default:</strong>`true`
<strong>Input types affected:</strong> `text`, `select-one`, `select-multiple`.
<strong>Usage:</strong> Whether the dropdown list should appear above the input if there is not enough space within the browser viewport.
### flip
<strong>Type:</strong> `Boolean` <strong>Default:</strong>`true`
<strong>Input types affected:</strong> `select-one`, `select-multiple`.
<strong>Usage:</strong> Whether a user can filter options by searching (only affects select input types).