pattern check
This commit is contained in:
parent
89ec1a9dd8
commit
0fcba477ea
@ -107,7 +107,7 @@
|
||||
</label>
|
||||
<label class="grid gap-0-5">
|
||||
Base BTC value ($)
|
||||
<input type="text" name="base" pattern="^[\d,]+.?\d$" required>
|
||||
<input type="text" name="base" pattern="[\d,]+.?\d" required>
|
||||
</label>
|
||||
<label class="grid gap-0-5">
|
||||
Base USD rate (₹)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user