Page 1 of 1

Drop Down Menu Filtering With Search Field

Posted: Wed Oct 01, 2014 12:30 am
by Alan Fernandez

I have a dynamically generated drop down "Select" component which presents the user with a list of teachers. (Generated with a "List" service)
My problem is, the list is big and scrolling through it would take too long. Can I link the "Search" input component to my drop down list so that as the user types the name, the list shrinks automatically?

Or, would I need to have the user type the name and then use a query service to return the teacher?


Drop Down Menu Filtering With Search Field

Posted: Wed Oct 01, 2014 3:31 am
by Yurii Orishchuk

Hi Alan,

Please take a look here:

http://demos.jquerymobile.com/1.4.2/s...

Regards.