allow new values with chosen.js multiple select

后端 未结 10 1962
囚心锁ツ
囚心锁ツ 2020-12-12 19:30

I\'m using the chosen.js plugin http://harvesthq.github.com/chosen/ with jQuery to allow the user to select multiple options from a select. However, I now want to be able to

10条回答
  •  失恋的感觉
    2020-12-12 19:42

    I stumbled upon this looking for the same ideas. Seems like its a pretty popular feature request, and a couple of forks have implemented it. Looks like it'll be merged into the master branch soon enough.

    +1 for this particular pull which worked a charm: https://github.com/harvesthq/chosen/pull/166

    You can view Koenpunt's fork here: https://github.com/koenpunt/chosen

提交回复
热议问题