Hello,
I need to customize my select control to allow the user to enter something manually. Let's say I have this:
<select>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
</select>
I want to have another item in the select (first one), which, if selected, will allow the user to type in something himself.
I'm pretty sure I saw this somewhere. Is this possible?