You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KODE:
"
field.onBlur(); // Call the default onBlur handler from react-hook-form|
handleNotesChange(newNotes.target.value); // Call your custom function on blur
"
Mathias-a:
"
Dette er nok ikke helt din skyld, men tror jeg hadde foretrukket (om mulig) at vi ikke forholdt oss til "newNotes", men heller bare forholdt oss til verdien til feltet i formet. Vet ikke om det funker med conditional rendering?
"
Suggestion: Use the inherit state from zod in the form. Zod keeps track of the value in the field, should be able to use this
The text was updated successfully, but these errors were encountered:
Fil:RecruitmentInterviewNotesForm.tsx
KODE:
"
field.onBlur(); // Call the default onBlur handler from react-hook-form|
handleNotesChange(newNotes.target.value); // Call your custom function on blur
"
Mathias-a:
"
Dette er nok ikke helt din skyld, men tror jeg hadde foretrukket (om mulig) at vi ikke forholdt oss til "newNotes", men heller bare forholdt oss til verdien til feltet i formet. Vet ikke om det funker med conditional rendering?
"
Suggestion: Use the inherit state from zod in the form. Zod keeps track of the value in the field, should be able to use this
The text was updated successfully, but these errors were encountered: