Add "any" step to disable error box

This commit is contained in:
Aditya Kulkarni 2020-03-19 09:34:49 -07:00 committed by Aditya Kulkarni
parent 0a4ccb2e1e
commit e32615b861
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ const ToAddrBox = ({
<div className={[cstyles.flexspacebetween].join(' ')}>
<input
type="number"
step="any"
className={cstyles.inputbox}
value={toaddr.amount}
onChange={e => updateToField(toaddr.id, null, e, null)}