-
Notifications
You must be signed in to change notification settings - Fork 692
Filter Options
autoReset
Determines whether the filter should be reset whenever the widget is closed.
Default: false
debounceMS
Determines how long to wait (in milliseconds) after the user finishes typing to apply the search.
Default: 250
filterRule
One of the following keywords to specify how the filter should match the entered term with options and option groups:
contains
, beginsWith
, endsWith
, exactMatch
, containsNumber
, isNumeric
, or isNonNumeric
Default: contains
label
Adds a label to the search input.
Default: ''
placeholder
Sets the placeholder text within the search input.
Default: 'Enter keywords'
searchGroups
A true value makes the filter also search option group headings for a match.
Default: false
width
Sets the width of the search input field. The default option will simply inherit.
Default: null