Are Multi-line Options in Html Select Tags Possible?

前端 未结 7 1953
忘掉有多难
忘掉有多难 2020-12-03 17:14

Is it possible (using HTML only) to display select with options that span multiple lines each?

相关标签:
7条回答
  • 2020-12-03 17:42

    No.

    You could use radio buttons instead though, their <label>s can word wrap.

    0 讨论(0)
提交回复
热议问题