-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Description
This is not a bug per se, but it took me some time to track it, so perhaps it should be added to the docs.
Bootstrap conflicts with jquery UI, because both define $.fn.button(). This makes the buttons in multiselect not render correctly (no icons).
This code reverts bootstrap's button to jquery ui's button:
if ($.fn.button.noConflict != undefined) {
$.fn.button.noConflict();
}Metadata
Metadata
Assignees
Labels
No labels