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
When using data-content attribute on option elements to provide html multiline content <option data-content="First line<br>second line">...
line 2 overflows the field after making a selection.
before selecting:
after making a selection:
Using latest versions via cdn - bootstrap 4.1.3, boostrap-select 1.13.2 and latest chrome.
The text was updated successfully, but these errors were encountered:
When using data-content attribute on option elements to provide html multiline content
<option data-content="First line<br>second line">...
line 2 overflows the field after making a selection.
before selecting:
after making a selection:
Using latest versions via cdn - bootstrap 4.1.3, boostrap-select 1.13.2 and latest chrome.
The text was updated successfully, but these errors were encountered: