S.N.
Parameters & Description
Type
Default
1
searchList This will search the CSS selector or HTML element of the list.
string or HTML Element
-
2
searchIn Users can search the list view elements of CSS selectors and the elements by passing .item-title, .item-text classes.
string
'.item-title'
3
found This will search the CSS selector or HTML element using "found" element. Further, it uses .searchbar-found element if there is no element specified.
4
notfound This will search the CSS selector or HTML element using "not-found" element. Further, it uses .searchbar-not-found element if there is no element specified.
5
overlay This will search the CSS selector or HTML element using "searchbar overlay" element and uses .searchbar-overlay element, if there is no element specified.
6
ignore Users can ignore the CSS selector for items by using the searchbar.
'.searchbar-ignore'
7
customSearch When it is enabled, searchbar will not search through any of list blocks which is specified by searchList and users will be allowed to use custom search functionality.
boolean
false
8
removeDiacritics While searching for an element, remove the diacritics by enabling this parameter.
9
hideDividers This parameter will hide the item dividers and group title, if there are no items.
true
10
hideGroups This parameter will hide the groups, if there are no items found in the list view groups.