@wavemaker/angular-codegen 10.16.5-rc.615 → 10.16.6-next.2321563
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -43302,7 +43302,7 @@ const registerFormField = (isFormField) => {
|
|
|
43302
43302
|
const eventsTmpl = widgetType === FormWidgetType.UPLOAD ? '' : getEventsTemplate(attrs);
|
|
43303
43303
|
const controlLayout = isMobileApp() ? 'col-xs-12' : 'col-sm-12';
|
|
43304
43304
|
const isInList = pCounter === (parentList && parentList.get('parent_form_reference'));
|
|
43305
|
-
attrs.set('
|
|
43305
|
+
attrs.set('__validationId', formFieldErrorMsgId);
|
|
43306
43306
|
attrs.set('__widgetType', widgetType);
|
|
43307
43307
|
attrs.delete('widget');
|
|
43308
43308
|
shared.set('counter', counter);
|
|
@@ -43302,7 +43302,7 @@ const registerFormField = (isFormField) => {
|
|
|
43302
43302
|
const eventsTmpl = widgetType === FormWidgetType.UPLOAD ? '' : getEventsTemplate(attrs);
|
|
43303
43303
|
const controlLayout = isMobileApp() ? 'col-xs-12' : 'col-sm-12';
|
|
43304
43304
|
const isInList = pCounter === (parentList && parentList.get('parent_form_reference'));
|
|
43305
|
-
attrs.set('
|
|
43305
|
+
attrs.set('__validationId', formFieldErrorMsgId);
|
|
43306
43306
|
attrs.set('__widgetType', widgetType);
|
|
43307
43307
|
attrs.delete('widget');
|
|
43308
43308
|
shared.set('counter', counter);
|