UX improvement
This commit is contained in:
parent
3c3e849e1b
commit
bbb98ea04d
@ -208,8 +208,8 @@
|
||||
<p>
|
||||
Last traded price: <b class="flo-exchange-rate"></b>
|
||||
</p>
|
||||
<sm-input id="get_quantity" placeholder="Quantity" type="number" step="0.00000001"
|
||||
required animate>
|
||||
<sm-input id="get_quantity" placeholder="Quantity" type="number" min="0.00001"
|
||||
step="0.00000001" error-text="Minimum quantity is 0.00001" required animate>
|
||||
</sm-input>
|
||||
</sm-input>
|
||||
<sm-input id="get_price" placeholder="Price (BTC)" type="number" min="0.00000001"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user