not-bulma 1.2.48 → 1.2.49

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": "not-bulma",
3
- "version": "1.2.48",
3
+ "version": "1.2.49",
4
4
  "description": "not-* family UI components on Bulma CSS Framework",
5
5
  "main": "src/index.js",
6
6
  "svelte": "src/index.js",
@@ -82,6 +82,8 @@
82
82
  } else {
83
83
  if (data.value === UICommon.CLEAR_MACRO) {
84
84
  value = "";
85
+ } else {
86
+ value = data.value;
85
87
  }
86
88
  }
87
89
  inputStarted = true;
@@ -103,6 +105,8 @@
103
105
  } else {
104
106
  if (data.value === UICommon.CLEAR_MACRO) {
105
107
  value = "";
108
+ } else {
109
+ value = data.value;
106
110
  }
107
111
  }
108
112
  inputStarted = true;