TextareaElement: {
    maxLength?: number;
    minLength?: number;
    type: "textarea";
} & FormElementWithInput<string>

Type declaration

  • Optional maxLength?: number
  • Optional minLength?: number
  • type: "textarea"