List Box
The List Box control displays a list of predefined values, which a user can select using various methods.
Default Behavior
Demonstrates the default behavior of the Listbox control.
The List Box control displays a list of predefined values, which a user can select using various methods.
new ac.dropdowns.ListBox({ dataStore: sports }, "#cntlListBox");
<input id="cntlListBox" />