SearchBoxProps Interface

Properties for SearchBox component

Extends

Properties

Name Type Description
initialValue undefined | string Value to set SearchBox to initially  
onClear undefined | () => void    
onEnterPressed undefined | () => void    
onEscPressed undefined | () => void    
onValueChanged (value: string) => void    
placeholder undefined | string Placeholder value to show in gray before anything is entered in  
valueChangedDelay undefined | number Frequency to poll for changes in value, in milliseconds  

Inherited properties

Name Type Inherited from Description
className undefined | string CommonProps Custom CSS class name
itemId undefined | string CommonProps Optional unique identifier for item.
style undefined | CSSProperties CommonProps Custom CSS style properties

Defined in

Last Updated: 05 April, 2024