1
0

Added support for regex validation

This commit is contained in:
Giuseppe Digilio
2018-07-06 14:20:09 +02:00
parent 7315337c64
commit ccb50f69d6
7 changed files with 33 additions and 11 deletions

View File

@@ -26,6 +26,7 @@ export class FormFieldModel {
@autoserialize
input: {
type: string;
regex?: string;
};
@autoserialize