todc / todc-select2

Google-themed fork of Select2. Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
http://todc.github.com/todc-select2/
Other
112 stars 17 forks source link

Dynamic removal of value in multi-value boxes #17

Closed levigeorge1617 closed 8 years ago

levigeorge1617 commented 8 years ago

Is there a way to dynamically remove an item from the selection box of a multi-value box programmatic ally?

todc commented 8 years ago

Hi @levigeorge1617,

Since this project is really just a CSS skin for select2, you might try asking your question there instead.

Out of curiosity, I did some googling and it looks like there isn't an official API to accomplish this. There is a fairly active issue where people have been requesting this feature. It includes a few hacks people have developed to get it working.

Hope that helps.