Merge pull request #471 from btzr-io/patch-6
Prevent negative value in WalletSend bid input
This commit is contained in:
commit
fe71355ecf
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