select optgroup & input box
Moderator: General Moderators
select optgroup & input box
I have a select box that users can select listed things from and I would also like users to be able to type in this box incase what they are looking for isn't already in there. I can't think of any way to make the select writable. Is the easiest way to do this with javascript replacing the select box when they push a key?