-
Notifications
You must be signed in to change notification settings - Fork 114
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
multiple select #18
Comments
Help to do what? |
how can i use the multiple select of semantic ui http://semantic-ui.com/modules/dropdown.html with it?, its like bottstrap ,if i use $ctrl.select2({}); it glitchs the layout |
Seems to work fine if you create it using conventional |
i've tyed to use select too , but when i add a value and cancell it it holds the last one , becouse the default "select multiple(html pure)" aways holds a value, try add multiple values then cancell eatch one. |
Well, I see. It‘s indeed a bug. Will fix in 1.2.1 quiet soon, thank for pointing out. |
thanks, btw nice plugin it's mutch better than downloading a whole library like knowcout, makes me easyer to program, as soon as you fix it please tellme =D |
As a quick fix you can try to add |
Works like a charm , thanks =D |
Reopen as a bug to fix into 1.2.1 |
Fixed in 1.2.1 |
The multiple select doesnt work with semantcui { http://semantic-ui.com/ }, i think that it also doest work with bootstrap , when i use the $ctrl.select2({}); in init it works but it buggs the layout just working with the select2 api , please help.
The text was updated successfully, but these errors were encountered: