refactor(FE-decimal-jumlah-pakai): Increase decimal scale for stock

quantity input to 3
This commit is contained in:
rstubryan
2026-04-07 15:23:31 +07:00
parent ebe1d77c72
commit ebf966228b
@@ -2853,7 +2853,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
value={stock.qty ?? ''}
onChange={handleStockUsageQtyChangeWrapper(idx)}
onBlur={formik.handleBlur}
decimalScale={0}
decimalScale={3}
allowNegative={false}
thousandSeparator=','
decimalSeparator='.'