You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged pull request #54 by @odahcam (and fixed it: :first-child/:not(:first-child)/:last-child for .select2-container--bootstrap won’t play nice in our case; we have to take the original <select> element (with .select2-hidden-accessible applied) into account): Select2’s border-radii now are correctly styled in Bootstrap’s “Input Groups” without the need for helper classes (.select2-bootstrap-append, .select2-bootstrap-prepend).
Fixed #63: "Cursor position of multiselect in RTL state is in incorrect position"
Fixed #20: "Select2 inside inline form does not fall back to display: block when resizing window to 'extra small'"
Added new Sass/Less variable $s2bs-btn-default-color/@s2bs-btn-default-color – defaults to Bootstrap’s $btn-default-color/@btn-default-color.
Docs: Updated AnchorJS to v3.2.2 (was v3.2.1).
Docs: Fixed layout for mobile devices (add meta name="viewport" content="width=device-width, initial-scale=1").