Only one option can be selected in multiselect #35

Closed
corazzi opened this Issue Mar 7, 2016 · 4 comments

Projects

None yet

3 participants

corazzi commented Mar 7, 2016

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:

<select name="categories[]" id="categories-dropdown" class="select form-control" multiple="true" placeholder="Select one or more categories">
    [...]options[...]
</select>

The JavaScript:

$("select").dropdown({
    "autoinit": "select",
    "optionClass": "withripple"
});

I suspect I may be doing something wrong?

Here is a video demonstrating the selected options being unselected.

@FezVrasta FezVrasta added the bug label Mar 7, 2016
neuropass commented Jun 14, 2016 edited

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.

Owner

Sorry I'm not actively maintaining this project anymore. Pull Requests are welcome.

oh come on! what about this:

"Finally a dropdown plugin that transforms select inputs in nice dropdowns and does not drive you crazy.
I've always wondered why the most famous plugins (Chosen and Selectize) are so huge and full of useless/pointless features? What do you need from a dropdown plugin?"

please.

Owner

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. 😔

@FezVrasta FezVrasta closed this in 5717998 Oct 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment