Load number unformat for pre form submission

This commit is contained in:
Joseph Garrone
2024-05-06 15:25:43 +02:00
parent b4d924adfa
commit d04950cbc9
2 changed files with 44 additions and 1 deletions

View File

@ -535,7 +535,9 @@ export type Attribute = {
name: string;
displayDescription?: string;
};
html5DataAnnotations: Record<string, string>;
html5DataAnnotations: {
kcNumberFormat?: string;
};
readOnly: boolean;
validators: Validators;
annotations: {