handle blure
This commit is contained in:
@@ -441,7 +441,7 @@ const ConfirmContent = ({rowId, mutate, setOpenConfirmDialog, vehicle_type}) =>
|
||||
formik.setFieldValue("repayment_period", formik.values.repayment_period)
|
||||
}
|
||||
}}
|
||||
onBlur={formik.handleBlur}
|
||||
onBlur={formik.handleBlur("repayment_period")}
|
||||
error={
|
||||
formik.touched.repayment_period &&
|
||||
Boolean(formik.errors.repayment_period)
|
||||
|
||||
Reference in New Issue
Block a user