Apply number unformat during validation if any
This commit is contained in:
@ -537,6 +537,7 @@ export type Attribute = {
|
||||
};
|
||||
html5DataAnnotations: {
|
||||
kcNumberFormat?: string;
|
||||
kcNumberUnFormat?: string;
|
||||
};
|
||||
readOnly: boolean;
|
||||
validators: Validators;
|
||||
|
Reference in New Issue
Block a user