0 votes
in C Sharp by

What is the use of search Bar in Framework7?

1 Answer

0 votes
by

Search Bar Parameters

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.

string or HTML Element

-

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.

string or HTML Element

-

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.

string or HTML Element

-

6

ignore
Users can ignore the CSS selector for items by using the searchbar.

string

'.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.

boolean

false

9

hideDividers
This parameter will hide the item dividers and group title, if there are no items.

boolean

true

10

hideGroups
This parameter will hide the groups, if there are no items found in the list view groups.

boolean

true

Related questions

0 votes
0 votes
0 votes
asked Mar 6, 2020 in C Sharp by Hodge
0 votes
asked Mar 6, 2020 in C Sharp by Hodge
0 votes
asked Nov 24, 2020 in JAVA by sharadyadav1986
...