-
Notifications
You must be signed in to change notification settings - Fork 686
Filter Options
Michael edited this page Jul 19, 2016
·
5 revisions
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