Skip to content

Interface: SearchInputProps#

Renderer.Component.SearchInputProps

Hierarchy#

↳ SearchInputProps

Table of contents#

Properties#

Methods#

Properties#

autoSelectOnFocus#

• Optional autoSelectOnFocus: boolean

Inherited from#

InputProps.autoSelectOnFocus


bindGlobalFocusHotkey#

• Optional bindGlobalFocusHotkey: boolean


blurOnEnter#

• Optional blurOnEnter: boolean

Inherited from#

InputProps.blurOnEnter


compact#

• Optional compact: boolean


contentRight#

• Optional contentRight: ReactNode

Inherited from#

InputProps.contentRight


dirty#

• Optional dirty: boolean

Inherited from#

InputProps.dirty


iconLeft#

• Optional iconLeft: IconData

Inherited from#

InputProps.iconLeft


iconRight#

• Optional iconRight: IconData

Inherited from#

InputProps.iconRight


maxRows#

• Optional maxRows: number

Inherited from#

InputProps.maxRows


multiLine#

• Optional multiLine: boolean

Inherited from#

InputProps.multiLine


showClearIcon#

• Optional showClearIcon: boolean


showErrorsAsTooltip#

• Optional showErrorsAsTooltip: boolean | Omit<TooltipProps, "targetId">

Inherited from#

InputProps.showErrorsAsTooltip


showValidationLine#

• Optional showValidationLine: boolean

Inherited from#

InputProps.showValidationLine


theme#

• Optional theme: "round-black" | "round"

Inherited from#

InputProps.theme


trim#

• Optional trim: boolean

Inherited from#

InputProps.trim


validators#

• Optional validators: SingleOrMany<InputValidator<boolean>>

Inherited from#

InputProps.validators

Methods#

onChange#

▸ Optional onChange(value, evt): void

Parameters#

Name Type
value string
evt ChangeEvent<InputElement>

Returns#

void

Inherited from#

InputProps.onChange


onClear#

▸ Optional onClear(): void

Returns#

void


onSubmit#

▸ Optional onSubmit(value, evt): void

Parameters#

Name Type
value string
evt KeyboardEvent<InputElement>

Returns#

void

Inherited from#

InputProps.onSubmit