Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jshjohnson committed Jul 31, 2017
1 parent 16c114a commit 153cd1b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Or include Choices directly:
silent: false,
items: [],
choices: [],
renderChoiceLimit: -1,
maxItemCount: -1,
addItems: true,
removeItems: true,
Expand Down Expand Up @@ -202,6 +203,13 @@ Pass an array of objects:
}]
```

### renderChoiceLimit
**Type:** `Number` **Default:** `-1`

**Input types affected:** `select-one`, `select-multiple`

**Usage:** The amount of choices to be rendered within the dropdown list ("-1" indicates no limit). This is useful if you have a lot of choices where it is easier for a user to use the search area to find a choice.

### maxItemCount
**Type:** `Number` **Default:** `-1`

Expand Down

0 comments on commit 153cd1b

Please sign in to comment.