allow math on unit price field

This commit is contained in:
2026-03-18 22:02:53 -04:00
parent 647ce4c63a
commit 9820646857

View File

@@ -15,7 +15,10 @@
</p>
<p>
<%= f.number_field :unit_price, step: 0.01, size: 10 %>
<%= f.text_field :unit_price,
class: "price-field",
inputmode: "decimal",
autocomplete: "off"%>
</p>
<p>