Update README.md

This commit is contained in:
Josh Johnson 2016-09-30 21:34:54 +01:00 committed by GitHub
parent b689efe6f7
commit 4be0e63616

View file

@ -315,11 +315,11 @@ const example = new Choices(element, {
**Usage:** The text that is shown whilst choices are being populated via AJAX.
### noResultsText
**Type:** `String` **Default:** `No results round`
**Type:** `String` **Default:** `No results found`
**Input types affected:** `select-one`, `select-multiple`
**Usage:** The text that is shown when a user's search has returned no results.
**Usage:** The text that is shown when a user's search has returned no results or no choices have been passed.
### noChoicesText
**Type:** `String` **Default:** `No choices to choose from`