-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for a create button using the option allow_create This add-on is useful when the label cannot be directly mapped to a property. Pressing a button to create an object on the fly will ease the experience in those scenarios, no need to enter text. You can also disable the option to create item using the usual method to make sure to avoid confusion. ``` "allow_create": true, "selectize_options": { "create": false } ```
- Loading branch information
1 parent
6745245
commit 732d948
Showing
3 changed files
with
69 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters