tuain-ng-forms-lib 15.0.11 → 15.0.12
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.
|
@@ -154,6 +154,8 @@ class FieldComponent extends ElementComponent {
|
|
|
154
154
|
// Subscripción a cambios en atributos
|
|
155
155
|
this.field?.attributeChange.subscribe(event => {
|
|
156
156
|
const { name: componentAttr, value } = event;
|
|
157
|
+
console.log('El llamado defaultProcessAttributeChange es pos suscripción...');
|
|
158
|
+
console.log(event);
|
|
157
159
|
this.defaultProcessAttributeChange(componentAttr, value);
|
|
158
160
|
this.customProcessAttributeChange(componentAttr, value);
|
|
159
161
|
});
|