How can I create an editable dropdownlist in HTML?

前端 未结 11 1080
终归单人心
终归单人心 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:17

    You can accomplish this by using the tag in HTML5.

    
        
            
            
            
        

    If you double click on the input text in the browser a list with the defined option will appear.

提交回复
热议问题