diff --git a/components/Transaction/ui.tsx b/components/Transaction/ui.tsx index a042ae4..eec1d62 100644 --- a/components/Transaction/ui.tsx +++ b/components/Transaction/ui.tsx @@ -280,7 +280,7 @@ export const TxUI: FC = ({ }} /> { @@ -294,14 +294,9 @@ export const TxUI: FC = ({ ) : ( handleSetField(field, e.target.value)} - onKeyPress={e => { - if (e.key === '.' || e.key === ',') { - e.preventDefault() - } - }} /> )}