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"
|
id="sendAmount"
|
||||||
class="form-input"
|
class="form-input"
|
||||||
placeholder="Enter the amount to send"
|
placeholder="Enter the amount to send"
|
||||||
min="0.0001"
|
min="0.000000001"
|
||||||
step="0.000001"
|
step="0.0000000001"
|
||||||
|
oninvalid="this.setCustomValidity('Value must be greater than or equal to 0.000000001')"
|
||||||
|
oninput="this.setCustomValidity('')"
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user