Load number unformat for pre form submission
This commit is contained in:
@ -535,7 +535,9 @@ export type Attribute = {
|
||||
name: string;
|
||||
displayDescription?: string;
|
||||
};
|
||||
html5DataAnnotations: Record<string, string>;
|
||||
html5DataAnnotations: {
|
||||
kcNumberFormat?: string;
|
||||
};
|
||||
readOnly: boolean;
|
||||
validators: Validators;
|
||||
annotations: {
|
||||
|
Reference in New Issue
Block a user