InputText
Text input component
type InputText = {
custom_id: string;
style: TextStyleTypes.SHORT | TextStyleTypes.PARAGRAPH;
label: string;
min_length?: number;
max_length?: number;
required?: boolean;
value?: string;
placeholder?: string;
};§Type
§
{
[src]custom_id: string;
style: TextStyleTypes.SHORT | TextStyleTypes.PARAGRAPH;
label: string;
min_length?: number;
max_length?: number;
required?: boolean;
value?: string;
placeholder?: string;
}