I have this code:
<select>
<option>thing one</option>
<option>thing two</option>
<option>thing <input type="text"> times</option>
</select>
Can a <select> input have an <input> added inside one of the <option>s so the user can fill it out?
Try something like the editable select list plugin for jQuery
http://coffeescripter.com/code/editable-select/