@kodiak-finance/orderly-ui-order-entry 2.8.21-rc.2 → 2.8.21

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
@@ -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",