TextInputProps
TextInputProps
Signature
interface TextInputProps {
customId: string;
label: string;
placeholder?: string;
maxLength?: number;
minLength?: number;
value?: string;
required?: boolean;
}
interface TextInputProps {
customId: string;
label: string;
placeholder?: string;
maxLength?: number;
minLength?: number;
value?: string;
required?: boolean;
}