diff --git a/src/components/form/paymentForm.tsx b/src/components/form/paymentForm.tsx index 3963d75..c4f968f 100644 --- a/src/components/form/paymentForm.tsx +++ b/src/components/form/paymentForm.tsx @@ -125,10 +125,7 @@ export default function PaymentForm({value, entities, categories, onSubmit, clas { - field.onChange(e); - }} - initialFocus + onSelect={field.onChange} />