Almost done with UserProfileFormField.tsx

This commit is contained in:
Joseph Garrone
2024-05-05 20:58:27 +02:00
parent 3f1316183d
commit b4d924adfa
2 changed files with 9 additions and 1 deletions

View File

@ -548,6 +548,13 @@ export type Attribute = {
inputTypeRows?: `${number}`;
inputTypeMaxlength?: `${number}`;
inputHelperTextBefore?: string;
inputHelperTextAfter?: string;
inputTypePlaceholder?: string;
inputTypePattern?: string;
inputTypeMinlength?: `${number}`;
inputTypeMax?: string;
inputTypeMin?: string;
inputTypeStep?: string;
};
multivalued?: boolean;
autocomplete?: