re base code
[sdc.git] / catalog-ui / src / app / ng2 / components / ui / form-components / ui-element-base.component.ts
index b4e9e7d..31fa7c3 100644 (file)
@@ -46,9 +46,12 @@ export class UiElementBase {
 
     @Input() name: string;
     @Input() type: string;
+    @Input() path: string;
     @Input() pattern: any;
     @Input() readonly:boolean;
 
+    @Input() testId:string;
+
     constructor() {
         //this.control = new FormControl('', [Validators.required]);
         this.control = new FormControl('', []);