Resolved decimal issue for mileage IO-434
This commit is contained in:
@@ -81,7 +81,7 @@ export default function VendorsFormComponent({
|
||||
</LayoutFormRow>
|
||||
<LayoutFormRow>
|
||||
<Form.Item label={t("vendors.fields.discount")} name="discount">
|
||||
<InputNumberCalculator />
|
||||
<InputNumber min={0} max={1} precision={2} />
|
||||
</Form.Item>
|
||||
<Form.Item label={t("vendors.fields.terms")} name="terms">
|
||||
<Input />
|
||||
@@ -161,5 +161,5 @@ export default function VendorsFormComponent({
|
||||
}}
|
||||
</Form.List>
|
||||
</div>
|
||||
);
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user