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