Apply number unformat during validation if any

This commit is contained in:
Joseph Garrone
2024-05-06 16:07:49 +02:00
parent d04950cbc9
commit 73a39bedf5
2 changed files with 55 additions and 18 deletions

View File

@ -537,6 +537,7 @@ export type Attribute = {
};
html5DataAnnotations: {
kcNumberFormat?: string;
kcNumberUnFormat?: string;
};
readOnly: boolean;
validators: Validators;