Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInputCoreProps

Hierarchy

Index

Properties

Optional addonAfter

addonAfter: React.ReactNode

Optional addonBefore

addonBefore: React.ReactNode

Optional autoFocus

autoFocus: boolean

Optional autoSelect

autoSelect: boolean

Optional className

className: string

Optional icon

icon: IconType

Optional initSelectionEnd

initSelectionEnd: number

Optional initSelectionStart

initSelectionStart: number

Optional inline

inline: boolean

Optional onChange

onChange: (e: IInputChangeEvent) => void

Type declaration

Optional onIconClick

onIconClick: React.MouseEventHandler<HTMLElement>

Optional onPressEnter

onPressEnter: React.KeyboardEventHandler<HTMLInputElement>

Optional showClear

showClear: boolean

Optional size

size: "large" | "normal" | "small"

Optional style

style: CSSProperties

Optional type

type: "text" | "number" | "password"

Optional value

value: string

Optional width

width: number | string

Generated using TypeDoc