@apexcura/ui-components 0.0.15-Beta50 → 0.0.15-Beta51

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
@@ -220,7 +220,7 @@ var SelectElement = (props) => {
220
220
  className: props.className,
221
221
  onChange: handleChange,
222
222
  mode: props.mode,
223
- value: props.value
223
+ value: props.value && props.value
224
224
  }
225
225
  ));
226
226
  };
package/dist/index.mjs CHANGED
@@ -151,7 +151,7 @@ var SelectElement = (props) => {
151
151
  className: props.className,
152
152
  onChange: handleChange,
153
153
  mode: props.mode,
154
- value: props.value
154
+ value: props.value && props.value
155
155
  }
156
156
  ));
157
157
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.15-Beta50",
3
+ "version": "0.0.15-Beta51",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",