TextElement: {
    maxLength?: number;
    minLength?: number;
    type: "text";
} & FormElementWithInput<string>