Implement filterOptions configuration in the DropDownList.
Add a filterOptions option that will enable users to configure attributes, placeholder, etc for the search box of the DropDownList.
1 comment
John
Posted on:26 Jan 2021 17:05
The feature is to address the accessibility issue where the filter text box doesn't have an associated LABEL element or title attribute that describes its purpose nor a way to specify them, either of these would be appropriate:
A way to specify a title or label value for JUST the search box (and have it rendered...)
Automatic labeling / titling of the search box (Could be as simple and generic as "Search List")