@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.mjs CHANGED
@@ -746,6 +746,7 @@ var SlippageEditor = forwardRef((props, ref) => {
746
746
  Input,
747
747
  {
748
748
  suffix: "%",
749
+ inputMode: "decimal",
749
750
  formatters: [
750
751
  inputFormatter.numberFormatter,
751
752
  inputFormatter.dpFormatter(2)
@@ -3933,6 +3934,7 @@ var TPSLTriggerPriceInput = (props) => {
3933
3934
  },
3934
3935
  color: props.error ? "danger" : void 0,
3935
3936
  autoComplete: "off",
3937
+ inputMode: "decimal",
3936
3938
  value: innerValue,
3937
3939
  classNames: {
3938
3940
  additional: "oui-text-base-contrast-54",