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?