prevent negative value in WalletSend > input
This commit is contained in:
parent
db2ada9ec4
commit
ec5709d9ed
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ const WalletSend = props => {
|
|||
label={__("Amount")}
|
||||
postfix={__("LBC")}
|
||||
step="0.01"
|
||||
min="0"
|
||||
type="number"
|
||||
placeholder="1.23"
|
||||
size="10"
|
||||
|
|
Loading…
Reference in a new issue