@oliasoft-open-source/react-ui-library 4.15.0-beta-1 → 4.15.0-beta-2

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
@@ -70571,7 +70571,7 @@ const UnitInput = ({
70571
70571
  newValue = resultValue;
70572
70572
  newUnit = displayLayer.unit;
70573
70573
  }
70574
- if (newValue !== void 0 && !initialPredefinedOption) {
70574
+ if (newValue !== void 0 && !(initialPredefinedOption && !predefinedOptionLinked)) {
70575
70575
  setDisplayLayer({ value: newValue, unit: newUnit });
70576
70576
  }
70577
70577
  }