Update README.md

This commit is contained in:
Josh Johnson 2016-08-06 11:38:06 +01:00 committed by GitHub
parent 01e76cbd15
commit 554e222480

View file

@ -267,14 +267,14 @@ const example = new Choices(element, {
<strong>Input types affected:</strong> `text`, `select-one`, `select-multiple`
<strong>Usage:</strong> Prepend a value to each item added to input (only affects text input types).
<strong>Usage:</strong> Prepend a value to each item added/selected.
### appendValue
<strong>Type:</strong> `String` <strong>Default:</strong>`null`
<strong>Input types affected:</strong> `text`, `select-one`, `select-multiple`
<strong>Usage:</strong> Append a value to each item added to input (only affects text input types).
<strong>Usage:</strong> Append a value to each item added/selected
### loadingText
<strong>Type:</strong> `String` <strong>Default:</strong>`Loading...`
@ -318,7 +318,6 @@ classNames: {
<strong>Usage:</strong> Classes added to HTML generated by Choices. By default classnames follow the [BEM](http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/) notation.
### callbackOnInit
<strong>Type:</strong> `Function` <strong>Default:</strong>`() => {}`