How can I create an editable dropdownlist in HTML?

前端 未结 11 1087
终归单人心
终归单人心 2020-11-29 01:51

I\'d like to create a text field with a dropdown list that lets the user choose some predefined values. The user should also be able to type a new value or select a predefin

11条回答
  •  执笔经年
    2020-11-29 02:29

    The ). Add some JavaScript to enable the edit field only when 'Other' is selected.

    It may be possible to somehow create a dropdown that allows direct editing, but IMO that is not worth the effort. If it was, Amazon, Google or Microsoft would be doing it ;-) Just get the job done with the least complicated solution. It as faster (your boss may like that) and usually easier to maintain (you may like that).

提交回复
热议问题