I have a combobox on a form which contains 2 selections. What I have found is if the user select's from the combobox it hilights the text within the combobox, if the user then hits the deleted key on the keyboard it removes the text. But if the user select's the combobox again the text that was previously deleted is still avaliable in the dropdown.
My question is how do I stop the text from being hilighted / deleted???
I have looked for a readonly attribute, but there does not seem to be one for the combobox.
Thanks
Simon
My question is how do I stop the text from being hilighted / deleted???
I have looked for a readonly attribute, but there does not seem to be one for the combobox.
Thanks
Simon