@bpmn-io/properties-panel 0.25.0 → 1.0.1

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/dist/index.js CHANGED
@@ -1652,7 +1652,8 @@ const OptionalFeelTextArea = compat.forwardRef((props, ref) => {
1652
1652
  onInput: e => onInput(e.target.value),
1653
1653
  onFocus: onFocus,
1654
1654
  onBlur: onBlur,
1655
- value: value || ''
1655
+ value: value || '',
1656
+ "data-gramm": "false"
1656
1657
  });
1657
1658
  });
1658
1659
 
@@ -2310,7 +2311,8 @@ function TextArea(props) {
2310
2311
  onBlur: onBlur,
2311
2312
  rows: rows,
2312
2313
  value: localValue,
2313
- disabled: disabled
2314
+ disabled: disabled,
2315
+ "data-gramm": "false"
2314
2316
  })]
2315
2317
  });
2316
2318
  }