Options
All
  • Public
  • Public/Protected
  • All
Menu
notexported

Hierarchy

  • InputSharedProps
    • InputProps

Index

Properties

autoFocus?: boolean
className?: string
clearable?: boolean
error?: string
icon?: ReactNode
id?: string
inputRef?: Ref<HTMLInputElement>
name: string
onBlur?: FocusEventHandler<Element>
onFocus?: FocusEventHandler<Element>
placeholder?: string
type?: string
value?: string
onChange?: ChangeHandler<string, SyntheticEvent<Element, Event>>

Generated using TypeDoc