fix: allow sending amounts less that 1 lbc
This commit is contained in:
parent
efc81d8c14
commit
e133721217
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ class WalletSend extends React.PureComponent<Props> {
|
||||||
postfix={__('LBC')}
|
postfix={__('LBC')}
|
||||||
className="input--price-amount"
|
className="input--price-amount"
|
||||||
min="0"
|
min="0"
|
||||||
|
step="any"
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
onBlur={handleBlur}
|
onBlur={handleBlur}
|
||||||
value={values.amount}
|
value={values.amount}
|
||||||
|
|
Loading…
Add table
Reference in a new issue