@terraware/web-components 2.2.1 → 2.2.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.
@@ -111,7 +111,7 @@ function TextField(props) {
111
111
  className: "textfield-value--icon-left"
112
112
  }), /*#__PURE__*/_react.default.createElement("input", Object.assign({
113
113
  autoFocus: autoFocus,
114
- value: value || '',
114
+ value: type === 'number' ? value : value || '',
115
115
  disabled: readonly || disabled,
116
116
  placeholder: placeholder,
117
117
  onChange: textfieldOnChange,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terraware/web-components",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "author": "Terraformation Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {