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
You can accomplish this by using the tag in HTML5.
Pen Pencil Paper
If you double click on the input text in the browser a list with the defined option will appear.