SearchSettings
23 Sep 20251 minute to read
Specifies the Search settings of the File Manager.
Properties
allowSearchOnTyping boolean
Enables or disables the allowSearchOnTyping.
Defaults to true
filterType FilterType
Specifies the filter type while searching the content. The available filter types are:
containsstartsWithendsWith
Defaults to ‘contains’
ignoreCase boolean
If ignoreCase is set to false, searches files that match exactly,
else searches files that are case insensitive(uppercase and lowercase letters treated the same).
Defaults to true
placeholder string
Specifies the placeholder value to the search input of the File Manager component.
It accepts string.
Defaults to null