1
0

Added style customization for submission form field

This commit is contained in:
Giuseppe Digilio
2018-12-06 23:51:58 +01:00
parent 0dff8a21ea
commit bc970be54b
2 changed files with 8 additions and 3 deletions

View File

@@ -38,6 +38,9 @@ export class FormFieldModel {
@autoserialize
scope: string;
@autoserialize
style: string;
@autoserialize
value: any;
}