-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Can't remove items from multiselect if bootstrap theme used #220
Comments
I have the same problem. Works in Chrome but not IE 11 or Firefox 32.0.3. |
Confirm
Not working in:
|
Exact same issue, with the bootstrap theme only (select2 is fine). |
Yeah the bootstrap theme is causing me some grief as well. Apparently the elements it creates in the input field are buttons in bootstrap, whereas they are list items in select2. The fact they are buttons without a type is really aggravating since it submits my form. I don't want to directly edit the ui-select code in case of updates but I can't add type="button" without doing so. To top it off, the close icon is a child of the button, so I can't even use CSS to make it cover the whole button. Edit: Current solution to this problem is to add the following to the controller: |
Part of my PR for another issue might help with this. |
|
I am having this issue in IE9 and came up with the following solution using bootstrap button groups to group the two buttons for the selected items. Button #1: Contains the text of the selected item Visually this looks fine but I would like other people's opinion on this... I have tested this in the following browsers: IE9
|
On cross sign click it only selects item
The text was updated successfully, but these errors were encountered: