Update README.md

This commit is contained in:
Josh Johnson 2016-08-06 11:15:56 +01:00 committed by GitHub
parent ec00228cd3
commit 01e76cbd15

View file

@ -99,10 +99,10 @@ A lightweight, configurable select box/text input plugin. Similar to Select2 and
### items
<strong>Type:</strong> `Array` <strong>Default:</strong> `[]`
<strong>Usage:</strong> Add pre-selected items (see terminology) to text input.
<strong>Input types affected:</strong> `text`
<strong>Usage:</strong> Add pre-selected items (see terminology) to text input.
Pass an array of strings:
`['value 1', 'value 2', 'value 3']`
@ -125,10 +125,10 @@ Pass an array of objects:
### choices
<strong>Type:</strong> `Array` <strong>Default:</strong> `[]`
<strong>Usage:</strong> Add choices (see terminology) to select input.
<strong>Input types affected:</strong> `select-one`, `select-multiple`
<strong>Usage:</strong> Add choices (see terminology) to select input.
Pass an array of objects:
```