mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-06 14:05:20 +02:00
Allow partial investment quantities (#1174)
This commit is contained in:
parent
949d3d80fa
commit
30f7c120e1
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
</div>
|
||||
|
||||
<div data-trade-form-target="qtyInput">
|
||||
<%= form.number_field :qty, label: t(".qty"), placeholder: "10", min: 0 %>
|
||||
<%= form.number_field :qty, label: t(".qty"), placeholder: "10", min: 0.000000000000000001, step: "any" %>
|
||||
</div>
|
||||
|
||||
<div data-trade-form-target="priceInput">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue