Replies: 2 comments 2 replies
-
The underlying code of TomSelect can handle this, so in theory it's be possible. I actually never saw a use case in this and it only can work on a Django We then have a permission problem (who is allowed to add another option), etc. What's your exact use case for this? |
Beta Was this translation helpful? Give feedback.
-
Just replacing the widget would not help. To implement this, I must create a Where would you add the interface to remove options? |
Beta Was this translation helpful? Give feedback.
-
Hi @jrief
Thanks for this project, looks very inspiring, would like move from django-select2.
After reading docs I have a question in regard Selectize, are there any way to process creating of new object if no results found for search string?
Explaining:
User inputs search string, get's
No results found for 'xxxxx'
but anyway confirms it, this text being added as selected option into the field, after form submitting custom function in view creates new object based on user input.PS. Select2 Dynamic option creation
Beta Was this translation helpful? Give feedback.
All reactions