@kodiak-finance/orderly-ui-order-entry 2.8.21-rc.2 → 2.8.22-beta.0
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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -752,6 +752,7 @@ var SlippageEditor = React3.forwardRef((props, ref) => {
|
|
|
752
752
|
orderlyUi.Input,
|
|
753
753
|
{
|
|
754
754
|
suffix: "%",
|
|
755
|
+
inputMode: "decimal",
|
|
755
756
|
formatters: [
|
|
756
757
|
orderlyUi.inputFormatter.numberFormatter,
|
|
757
758
|
orderlyUi.inputFormatter.dpFormatter(2)
|
|
@@ -3939,6 +3940,7 @@ var TPSLTriggerPriceInput = (props) => {
|
|
|
3939
3940
|
},
|
|
3940
3941
|
color: props.error ? "danger" : void 0,
|
|
3941
3942
|
autoComplete: "off",
|
|
3943
|
+
inputMode: "decimal",
|
|
3942
3944
|
value: innerValue,
|
|
3943
3945
|
classNames: {
|
|
3944
3946
|
additional: "oui-text-base-contrast-54",
|