Filterable inside custom select



Select menu filter helps in finding a particular item from the list, where the user types a particular name to search the item.

Below table demonstrates the types of filterable selectmenu in detail.

Sr.No. Type & Description
1 Basic

Select menu filter helps in finding a particular item from the select menu list.

2 Placeholder
Placeholder specifies a short hint that describes the expected value.
3 Filter Text

Set data-filtertext attribute on any of the child(<option> element), which will be considered for filtering.

4 Long List

It displays the long list for custom filterable select menu when there is more number of list available.

jquery_mobile_widgets.htm
Advertisements