Good day, I have a problem here: is it possible to put an input field into option such as this?
<select>
<option><input type="text" value="aa"></option>
</select>
(This is not working, any suggestiuon on how to refine it for it to work?)
Any help will be appriciated.