@povio/ui 2.2.9-rc.36 → 2.2.9-rc.37

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.
@@ -166,7 +166,7 @@ var NumberInput = ({ renderStaticInput, ...props }) => {
166
166
  onStaticInteract: renderRealInput,
167
167
  inputClassName: props.inputClassName,
168
168
  children: (dataAttributeProps) => /* @__PURE__ */ jsx("input", {
169
- type: "number",
169
+ type: "text",
170
170
  ref: inputRef,
171
171
  disabled: isDisabled,
172
172
  tabIndex: -1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@povio/ui",
3
- "version": "2.2.9-rc.36",
3
+ "version": "2.2.9-rc.37",
4
4
  "type": "module",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",