Home Reference Source
public class | source

TextareaField

Extends:

react~ComponentField → TextareaField

Controls the textarea input

SCSS Import

@import "~@orloxx/ui-core/scss/form/textarea-field";

Example:

<TextareaField id='email' name='email' label='Email' />

Static Member Summary

Static Public Members
public static

Inherited Summary

From class Field
public static

Static Public Members

public static propTypes: Object source

Override:

Field#propTypes

Properties:

NameTypeAttributeDescription
maxChars number
  • optional

The maximum number of characters limit

maxCharsError String
  • optional
  • default: 'You reached the maximum number of characters allowed'

The error message when the number of characters has been reached