Form inputs validator not working (only working on the first input) - NodeJS - SPA

Wappler Version : 3.3.5
Operating System : Windows 10 Pro

Expected behavior

If I click on the submit button, every invalid input should show an error.

Actual behavior

Only the first input shows an error.

How to reproduce

Create a form with various different inputs (name, email, url…), and add them some validator rules like required etc… and try it on your website.

For information, I also tried to duplicate the first input (which is the only input where the validator works) and it’s not working even if the configuration is the same (just different name and ID).

It was working perfectly before moving from regular NodeJS project to SPA.

Community Page
Last updated: