FilteringInputProps Interface

FilteringInput React Component properties

Extends

Properties

Name Type Description
autoFocus undefined | false | true Specify that the element should automatically get focus  
filteringInProgress boolean Tells the component if parent component is still handling the filtering  
onFilterCancel () => void Filtering is canceled while still in progress  
onFilterClear () => void Filtering is cleared after everything's loaded  
onFilterStart (searchText: string) => void Filtering should start  
resultSelectorProps undefined | ResultSelectorProps ResultSelector React Component properties  

Inherited properties

Name Type Inherited from Description
className undefined | string ClassNameProps Custom CSS class name
style undefined | React.CSSProperties CommonProps Custom CSS style properties

Defined in

Last Updated: 08 January, 2020