Hierarchy

Properties

ariaLabel?: string
className?: string
clearLabel?: string
clearable?: boolean
disabled?: boolean
inputAttrs?: {
    className?: string;
    [key: string]: any;
}

Type declaration

  • [key: string]: any
  • Optional className?: string
inputClassName?: string
loading?: boolean
onchange?: ((value) => void)

Type declaration

    • (value): void
    • Parameters

      • value: string

      Returns void

placeholder?: string
prefixIcon?: string
readonly?: boolean
renderInput?: ((attrs) => Children)

Type declaration

    • (attrs): Children
    • Parameters

      • attrs: any

      Returns Children

stream?: Stream<string>
type?: string
value?: string

Generated using TypeDoc v0.24.8