Wrap long-text in drop-down list?

前端 未结 7 1187
轻奢々
轻奢々 2021-01-19 15:19

I have legibly long text in a drop-down list on my asp.net page. it violates the UI boundary and goes beyond the allocated region of UI.

Is there anyway I can wrap [

7条回答
  •  孤独总比滥情好
    2021-01-19 15:48

    Short answer: No.

    Longer answer: User a radio group instead of a select menu. You could use the CSS overflow property to add scrolling.

提交回复
热议问题