Drop Down Menu/Text Field in one

后端 未结 8 752
遇见更好的自我
遇见更好的自我 2020-12-07 13:22

I\'m working on building new site, and I need a drop down menu to select the amount of something in my site. But at the same time I need this drop down list to accept text.

8条回答
  •  春和景丽
    2020-12-07 13:38

    Option 1

    Include the script from dhtmlgoodies and initialize like this:

     
    
    createEditableSelect(document.forms[0].myText);
    

    Option 2

    Here's a custom solution which combines a element, styles them, and toggles back and forth via JavaScript

提交回复
热议问题