@popsure/dirty-swan 0.41.13 → 0.41.14
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/cjs/index.js
CHANGED
|
@@ -8370,7 +8370,7 @@ var CurrencyInput = function (_a) {
|
|
|
8370
8370
|
inputRef.current.selectionStart = newCursor;
|
|
8371
8371
|
inputRef.current.selectionEnd = newCursor;
|
|
8372
8372
|
}, [cursor, formattedShadowValue, shadowValue]);
|
|
8373
|
-
return (jsxRuntime.jsx(Input, __assign({ prefix: "\u20AC", ref: inputRef, type: "string", value: formattedShadowValue, onChange: function (e) {
|
|
8373
|
+
return (jsxRuntime.jsx(Input, __assign({ inputMode: 'decimal', prefix: "\u20AC", ref: inputRef, type: "string", value: formattedShadowValue, onChange: function (e) {
|
|
8374
8374
|
setCursor(e.target.selectionStart);
|
|
8375
8375
|
setShadowValue(e.target.value);
|
|
8376
8376
|
} }, props), void 0));
|