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
Describe the bug
If the slim-select is within a div with a restricted size, then any text (placeholder, item text) will overflow and hides all control elements such as the clear button or the dropdown arrow.
If the layout allows to grow in height, then the selected item's text will be wrapped, and destroys the layout.
I expect (as the slimselect.css indicates), that any text that is longer as the controls width will be cut (ellipsis, ...) and the layout will be maintained under all circumstances
Describe the bug
If the slim-select is within a div with a restricted size, then any text (placeholder, item text) will overflow and hides all control elements such as the clear button or the dropdown arrow.
If the layout allows to grow in height, then the selected item's text will be wrapped, and destroys the layout.
I expect (as the slimselect.css indicates), that any text that is longer as the controls width will be cut (ellipsis, ...) and the layout will be maintained under all circumstances
Recreate it in Codepen
https://jsfiddle.net/f5oxh8bq/8/
To Reproduce
Use the demo: https://jsfiddle.net/f5oxh8bq/8/
The text was updated successfully, but these errors were encountered: