IO-1292 Vendor Discount Step.

This commit is contained in:
Patrick Fic
2021-09-20 14:09:27 -07:00
parent 3d82198c90
commit 0af452b8a4

View File

@@ -153,7 +153,7 @@ export default function VendorsFormComponent({
</LayoutFormRow>
<LayoutFormRow grow>
<Form.Item label={t("vendors.fields.discount")} name="discount">
<InputNumber min={0} max={1} precision={2} />
<InputNumber min={0} max={1} precision={2} step={0.01} />
</Form.Item>
<Form.Item label={t("vendors.fields.due_date")} name="due_date">
<InputNumber />