Only one option can be selected in multiselect #35
neuropass
commented
Jun 14, 2016
•
any word of this one? Its quite important the multiselect :-/ Pls look into it. related: #27 Without this should be pointed out the plugin is not complete and does not work as expected. Cannot be use on live projects. |
Sorry I'm not actively maintaining this project anymore. Pull Requests are welcome. |
neuropass
commented
Jun 14, 2016
oh come on! what about this: "Finally a dropdown plugin that transforms select inputs in nice dropdowns and does not drive you crazy. please. |
I'm sorry I've a lot of other work to do and I'm not working anymore with jQuery. I'm focused on React now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With a multiselect dropdown, whenever an item is selected, the previous selection on the actual
<select>
input is cleared. The plugin's styling keeps all the items highlighted as if they are still selected.My
<select>
element markup:The JavaScript:
I suspect I may be doing something wrong?
Here is a video demonstrating the selected options being unselected.