rb-document-form-constructor 0.8.44 → 0.8.45

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rb-document-form-constructor",
3
- "version": "0.8.44",
3
+ "version": "0.8.45",
4
4
  "description": "",
5
5
  "main": "dist/rb-document-form-constructor.ssr.js",
6
6
  "browser": "dist/rb-document-form-constructor.esm.js",
@@ -105,6 +105,9 @@ export default {
105
105
  }
106
106
  },
107
107
  onEventFired(eventName, event, field) {
108
+ console.info("eventName", eventName);
109
+ console.info("event", event);
110
+
108
111
  if (eventName === 'input' && field.ref && !field.multiple) {
109
112
  let dataField = null;
110
113
  if (field.name.lastIndexOf(this.refSuffix) >= 0) {