Text area

Props

interface TextareaProps extends BaseInputProps@formium/react
Props
disabled
boolean

Whether or not the field is disabled.

Required
Inherited from BaseInputProps.disabled
id
string

The unique identifier of the question.

Required
Inherited from BaseInputProps.id
name
string

The administrative key for the field.

Required
Inherited from BaseInputProps.name
onBlur
React.FormEventHandler

Event handler invoked when input is blurred.

Required
Inherited from BaseInputProps.onBlur
onChange
React.FormEventHandler

Change event handler. Use event.target.value for new value.

Required
Inherited from BaseInputProps.onChange
onFocus
React.FormEventHandler

Event handler invoked when input is focused.

Required
Inherited from BaseInputProps.onFocus
placeholder
string

Input placeholder value

Inherited from BaseInputProps.placeholder
required
boolean

Whether or not the field is required.

Required
Inherited from BaseInputProps.required
rows
5

Number of textarea rows

Required
value
string

Form value of the input, for controlled usage.

Required
Inherited from BaseInputProps.value
Was this page helpful?

Build forms, without the tears.