Support complex types in interface operation inputs
[sdc.git] / catalog-ui / src / app / ng2 / components / logic / inputs-table / inputs-table.component.html
index e1638fb..7c83c55 100644 (file)
                 <!-- Value -->
                 <div class="table-cell valueCol" [class.inner-table-container]="input.childrenProperties || !input.isSimpleType">
                     <dynamic-element class="value-input"
-                                     *ngIf="checkInstanceFePropertiesMapIsFilled() && input.isSimpleType"
+                                     
                                      pattern="validationUtils.getValidationPattern(input.type)"
                                      [value]="input.defaultValueObj"
                                      [type]="input.type"