<p>FilteringSelect #5: custom labelFunc (value in textbox should be lower case when onChange is called), autoComplete=true:</p>
<labelfor="state5">state list 5:</label>
<inputsearchAttr="name"
id="state5"
dojoType="dijit.form.FilteringSelect"
value="OR"
labelFunc="myLabelFunc"
store="stateStore"
name="state5"
autoComplete="true"
labelAttr="label"
labelType="html"
dataProviderClass="dojo.data.ItemFileReadStore"
promptMessage="Please enter a state"
invalidMessage="Invalid state name."
>
<br>
<hr>
<p>FilteringSelect #7: Input method editor Chinese characters</p>
<p>Using an input method editor (see <ahref="http://www.microsoft.com/windows/ie/ie6/downloads/recommended/ime/default.mspx">IME</a> for Windows) try typing 阿 (a) or 把 (ba).</p>
<labelfor="state7">Chinese list:</label>
<selectdojoType="dijit.form.FilteringSelect"
name="state7"
id="state7"
>
<optionvalue="a"selected>阿</option>
<optionvalue="ba">把</option>
</select>
<br>
<hr>
<p>FilteringSelect #8: Japanese</p>
<p>Try typing 東、西、北、南 (north, south, east west) and a few choices will pop up.</p>