Moving customization to json level
This commit is contained in:
@@ -47,6 +47,10 @@ export class CrudFormlyJsonschemaOptions implements FormlyJsonschemaOptions {
|
||||
field.type = "hidden";
|
||||
}
|
||||
|
||||
if (schema.hasOwnProperty('props')) {
|
||||
field.props = {...field.props, ...schema.props}
|
||||
}
|
||||
|
||||
return field;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user