Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITextAreaProps

Hierarchy

Index

Properties

Optional autoFocus

autoFocus: boolean

Optional autoSelect

autoSelect: boolean

Optional autoSize

autoSize: boolean

Optional className

className: string

Optional initSelectionEnd

initSelectionEnd: number

Optional initSelectionStart

initSelectionStart: number

Optional inline

inline: boolean

Optional maxCharacterCount

maxCharacterCount: number

Optional onChange

onChange: (e: ChangeEvent<HTMLTextAreaElement>) => void

Type declaration

    • (e: ChangeEvent<HTMLTextAreaElement>): void
    • Parameters

      • e: ChangeEvent<HTMLTextAreaElement>

      Returns void

Optional onPressEnter

onPressEnter: React.KeyboardEventHandler<HTMLInputElement>

Optional showCount

showCount: boolean

Optional size

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

Optional style

style: CSSProperties

type

type: "textarea"

Optional value

value: string

Optional width

width: number | string

Generated using TypeDoc