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

Clone this wiki locally