-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiselection #53
Comments
Interesting. So that would add multiple ids, as array, to hidden field? |
That is correct. Think about tagging for example; A user may wish to flag his post using one of the tags available in the database. Github does something similar with Labels I think.
That's the concept for now, yes. I still need to figure out how to style this thing but that's the idea. I think the groundwork is already done for this. What do you think? |
I like it. I don't use this controller right now in a way that I would utilize it right away but may be somebody would. Tagging is good example. |
@Senegal I did some thinking over this and turns out it may not be as trivial as initially expected. FWIW I went with this library for now: https://github.com/snapappointments/bootstrap-select UPDATE |
I've started spiking this on the multiselection branch. I don't think the multiselection itself will be too difficult to implement, but we'll probably have to provide some styles with sensible defaults so it's easy to use. |
Hi,
Would you consider a multi-selection PR where a user selects multiple values from the dropdown;
The text was updated successfully, but these errors were encountered: