Skip to content

Commit

Permalink
feat: fix 2 decimal for cost input
Browse files Browse the repository at this point in the history
  • Loading branch information
ngolapnguyen committed Aug 27, 2024
1 parent 4eb535e commit f4ec181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/pages/invoice/new/InvoiceFormInputList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export const InvoiceFormInputList = (props: Props) => {
suffix={currency?.symbol}
style={{ textAlign: 'right', minWidth: 120 }}
readOnly
decimalScale={2}
customInput={Input}
/>
</Form.Item>
Expand Down

0 comments on commit f4ec181

Please sign in to comment.