Skip to content

Latest commit

 

History

History
150 lines (83 loc) · 5.15 KB

File metadata and controls

150 lines (83 loc) · 5.15 KB

andculturecode-javascript-react-components › TextAreaFormFieldProps

Interface: TextAreaFormFieldProps

Hierarchy

  • TextAreaFormFieldProps

Index

Properties

Properties

Optional disabled

• disabled? : undefined | false | true

Defined in src/molecules/form-fields/text-area-form-field.tsx:21


Optional errorMessage

• errorMessage? : undefined | string

Defined in src/molecules/form-fields/text-area-form-field.tsx:22


Optional errorMessages

• errorMessages? : string[]

Defined in src/molecules/form-fields/text-area-form-field.tsx:23


Optional fieldId

• fieldId? : undefined | string

Defined in src/molecules/form-fields/text-area-form-field.tsx:24


Optional inputTestId

• inputTestId? : undefined | string

Defined in src/molecules/form-fields/text-area-form-field.tsx:28

Unique identifier used select the underlying for functional/e2e testing


Optional isValid

• isValid? : undefined | false | true

Defined in src/molecules/form-fields/text-area-form-field.tsx:29


label

• label: string

Defined in src/molecules/form-fields/text-area-form-field.tsx:30


Optional maxLength

• maxLength? : undefined | number

Defined in src/molecules/form-fields/text-area-form-field.tsx:31


Optional name

• name? : undefined | string

Defined in src/molecules/form-fields/text-area-form-field.tsx:32


onChange

• onChange: function

Defined in src/molecules/form-fields/text-area-form-field.tsx:33

Type declaration:

▸ (e: ChangeEvent‹HTMLTextAreaElement›): void

Parameters:

Name Type
e ChangeEvent‹HTMLTextAreaElement›

Optional placeholder

• placeholder? : undefined | string

Defined in src/molecules/form-fields/text-area-form-field.tsx:34


Optional required

• required? : undefined | false | true

Defined in src/molecules/form-fields/text-area-form-field.tsx:35


Optional rows

• rows? : undefined | number

Defined in src/molecules/form-fields/text-area-form-field.tsx:36


Optional value

• value? : undefined | string

Defined in src/molecules/form-fields/text-area-form-field.tsx:37