DEV Community

Cover image for Submitting a form in Nextjs 14 with onBlur, server actions, and validation

Submitting a form in Nextjs 14 with onBlur, server actions, and validation

Bryan Smith on February 07, 2024

Want a straightforward article on submitting a form in Nextjs to a server action using an HTML event onBlur? And with form validation? Then this i...
Collapse
 
leandro_nnz profile image
Leandro Nuñez

Hi. Thanks for sharing. I have a couple of questions:

  • Why would you use onBlur instead of onChange? onBlur is going to be called every time you move away from the input.
  • Why would you execute the same logic as the form submission logic every time the onBlur happens?

Thanks!

Collapse
 
truemanishtiwari profile image
Manish Tiwari

grtgrtg