@eturnity/eturnity_reusable_components 1.1.94 → 1.1.95

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": "@eturnity/eturnity_reusable_components",
3
- "version": "1.1.94",
3
+ "version": "1.1.95",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -341,7 +341,7 @@ export default {
341
341
  : this.minNumber || this.minNumber === 0
342
342
  ? this.minNumber
343
343
  : ""
344
- if ((adjustedMinValue || adjustedMinValue === 0) && !this.isFocused) {
344
+ if ((adjustedMinValue || adjustedMinValue === 0) && !this.isFocused && this.numberToStringEnabled) {
345
345
  let input = numberToString({
346
346
  value: adjustedMinValue,
347
347
  numberPrecision: this.numberPrecision,