PDA

View Full Version : Combobox typeAhead and readOnly problem



dbassett74
25 Jun 2009, 7:38 AM
I'm trying to implement a combobox which provides typeAhead, but should only allow valid values to by typed in. This is pretty typical in desktop applications. However, even though I can set these two values at the same time, it doesn't seem to behave very well. It doesn't actually allow me to type ahead. Is this something that can be easily implemented? For example, on your samples page, you have a combo that displays states. As you type, it narrows the list, but as implemented, allows you to type in invalid values. I want to prevent that from happening as they type ahead. Any help on this would be appreciated.