Skip to main content
Version: 1.x

Interface: ITextAreaProps

molecule.component.ITextAreaProps

Hierarchy

  • TextAreaProps

    ITextAreaProps

Properties

maxLength

Optional maxLength: number

Overrides

TextAreaProps.maxLength

Defined in

components/input/textArea.tsx:12


showCount

Optional showCount: boolean

Defined in

components/input/textArea.tsx:11

Methods

onChange

Optional onChange(e): void

Parameters

NameType
eChangeEvent<HTMLTextAreaElement | HTMLInputElement>

Returns

void

Overrides

TextAreaProps.onChange

Defined in

components/input/textArea.tsx:13