Properties
Optional addonAfter
addonAfter: React.ReactNode
Optional addonBefore
addonBefore: React.ReactNode
Optional autoFocus
autoFocus: boolean
Optional autoSelect
autoSelect: boolean
Optional className
className: string
Optional initSelectionEnd
initSelectionEnd: number
Optional initSelectionStart
initSelectionStart: number
Optional inline
inline: boolean
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