Skip to content

Commit

Permalink
Merge branch 'feature/select-add-items'
Browse files Browse the repository at this point in the history
  • Loading branch information
jshjohnson committed May 9, 2017
2 parents 13288ed + f2ff214 commit 4f03f73
Show file tree
Hide file tree
Showing 7 changed files with 387 additions and 106 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ Pass an array of objects:
**Usage:** The amount of items a user can input/select ("-1" indicates no limit).

### addItems
**Type:** `Boolean` **Default:** `true`
**Type:** `Boolean` **Default:** `true` (for text inputs) `false` (for select elements)

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

**Usage:** Whether a user can add items.
**Usage:** Whether a user can add items.

### removeItems
**Type:** `Boolean` **Default:** `true`
Expand Down
218 changes: 174 additions & 44 deletions assets/scripts/dist/choices.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 25 additions & 1 deletion assets/scripts/dist/choices.js.map

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions assets/scripts/dist/choices.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4f03f73

Please sign in to comment.