Skip to content
Steve James edited this page Mar 11, 2018 · 5 revisions

Available Options for the Filter Widget

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, isNonNumeric


label

Adds a label to the search input.

Default: ''


placeholder

Sets the placeholder text within the search input.

Default: 'Enter keywords'


width

Sets the width of the search input field. The default option will simply inherit.

Default: null

Clone this wiki locally