The FilteringSelect widget is an enhanced version of HTML's <select> tag.
Similar features:
Enhancements over plain HTML version:
FilteringSelect #1: inlined data, autoComplete=false:
FilteringSelect #2: url, autoComplete=true:
FilteringSelect #3: url, autoComplete=false:
FilteringSelect #5: custom labelFunc (value in textbox should be lower case when onChange is called), autoComplete=true:
FilteringSelect #7: Input method editor Chinese characters
Using an input method editor (see IME for Windows) try typing 阿 (a) or 把 (ba).
FilteringSelect #8: Japanese
Try typing 東、西、北、南 (north, south, east west) and a few choices will pop up.
FilteringSelect #9: No data
This FilteringSelect has no options to choose from. It should still load.
FilteringSelect #10: hasDownArrow=false:
FilteringSelect #11: deep data, initial query of type=country:
this is some text below the combo boxes. It shouldn't get pushed out of the way when search results get returned. also: adding a simple combo box to test IE bleed through problem: