Limit Initial width of select list

前端 未结 6 1106
春和景丽
春和景丽 2021-01-12 20:17

I have a select list, where some clients have entered insanely long options for them, which breaks the design. I\'m wondering if there is a way to set a fixed width on the s

6条回答
  •  生来不讨喜
    2021-01-12 20:38

    See the working example here.

    You just need to apply width to your select box either inline or CSS. It will be as wide as you have specified but when clicked, it will show all options with whatever width.

提交回复
热议问题