HTML Select and Text Input

后端 未结 3 1149
萌比男神i
萌比男神i 2021-01-15 14:28

We have all seen countless instances of forms with a select drop down having one of it\'s options as \"Other\" and on choosing that option, we get to see a input text box (w

3条回答
  •  执笔经年
    2021-01-15 15:14

    An editable combobox might be a good alternative. The challenge is to style it in such a way that it is clear to the user that he can actually edit the contents of the control, rather than only selecting the provided default contents.

提交回复
热议问题