@luomus/laji-form 15.1.12 → 15.1.13

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.
@@ -51,11 +51,11 @@ let MultiTagArrayField = class MultiTagArrayField extends React.Component {
51
51
  }
52
52
  });
53
53
  this.onTagClick = memoize((fromField) => (idx, e) => {
54
- e.preventDefault();
55
54
  const { activeButtonIdx } = this.state;
56
55
  if (activeButtonIdx === undefined) {
57
56
  return;
58
57
  }
58
+ e.preventDefault();
59
59
  const { buttons = [] } = utils_1.getUiOptions(this.props.uiSchema);
60
60
  const options = buttons[activeButtonIdx];
61
61
  const { operation } = options;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-form",
3
- "version": "15.1.12",
3
+ "version": "15.1.13",
4
4
  "description": "React module capable of building dynamic forms from Laji form json schemas",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",