Hi All,
I have a hierarchy of many records (a 1000 to be exact) that I display in a dropdownlist. Is there a way to filter this list down with a keyup event of the select/option list?
<select id="food">
<option>Foods</option>
<option> Fruits</option>
<option> Apple</option>
<option> Vegetables</option>
<option> Carrot </option>
</select>
Thanks, rod.