Skip to content
Michael edited this page Jul 19, 2016 · 5 revisions

Available Options for the Filter Widget

label

Adds a label to the search input.

Default: ''


width

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

Default: null


placeholder

Sets the placeholder text within the search input.

Default: 'Enter keywords'


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

Clone this wiki locally