Skip to main content
Version: Next

TextInputProps

TextInputProps

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

customId

property
string

label

property
string

placeholder

property
string

maxLength

property
number

minLength

property
number

value

property
string

required

property
boolean