Update minimum and step values for send amount input with custom validation
This commit is contained in:
parent
36c4a7079d
commit
8844ccb842
@ -266,8 +266,10 @@
|
||||
id="sendAmount"
|
||||
class="form-input"
|
||||
placeholder="Enter the amount to send"
|
||||
min="0.0001"
|
||||
step="0.000001"
|
||||
min="0.000000001"
|
||||
step="0.0000000001"
|
||||
oninvalid="this.setCustomValidity('Value must be greater than or equal to 0.000000001')"
|
||||
oninput="this.setCustomValidity('')"
|
||||
required
|
||||
/>
|
||||
<button
|
||||
|
||||
Loading…
Reference in New Issue
Block a user