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
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
The select field width adapts depending on the item the user selects.
Would it make sense to set automatically set the width to the largest option with text-overflow = ellipsis at a certain max-width? Makes layouting with select fields much easier.
So as:
select
option 1 = 123
option 2 = "this is a long option text"
select-width would be the width required to display option 2.
The text was updated successfully, but these errors were encountered:
The select field width adapts depending on the item the user selects.
Would it make sense to set automatically set the width to the largest option with text-overflow = ellipsis at a certain max-width? Makes layouting with select fields much easier.
So as:
select
option 1 = 123
option 2 = "this is a long option text"
select-width would be the width required to display option 2.
The text was updated successfully, but these errors were encountered: