You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I want to contribute to this work. I used the plugin (jQuery) in one of my projects and extended it with a new functionality which allows to turn the select field into a container with manually added items. It looks like this:
You add <select id="myselect"> element
$('#myselect').chosen({type_only: true});
You see the chosen widget on your resulting html page
Start typing your search string in the widget
Hit Enter when finised typing
A new item appears in the widget, just like if you selected one option
Note, that in this mode the plugin doesn't have search results displaying and all options are ignored. This copies the interactivity of Tag field in SO 'ask question' form.
If you think that the plugin will benefit from this extention, I will commit and possibly continue with helping with other issues.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks @MichaelZelensky. There are already a few pull requests that have attempted to address this. We're hoping to evaluate them and move forward with getting one into the repo. Feel free to look through and weigh in on your favorite.
You can also take a look at #5 - where a lot of people are asking for this.
Hi! I want to contribute to this work. I used the plugin (jQuery) in one of my projects and extended it with a new functionality which allows to turn the select field into a container with manually added items. It looks like this:
Note, that in this mode the plugin doesn't have search results displaying and all options are ignored. This copies the interactivity of Tag field in SO 'ask question' form.
If you think that the plugin will benefit from this extention, I will commit and possibly continue with helping with other issues.
Thanks!
The text was updated successfully, but these errors were encountered: