I'm wondering what the roadmap looks like for this module?

It is great to see D10 support, but are there plans to replace query jQuery Validation Plugin with some thing more vanilla?

Sidebar - Thinking far future, I wonder if there could be a role for something like https://zod.dev/ for clientside validation in Drupal?

Comments

matt_paz created an issue.

nikunjkotecha’s picture

I don't see reason to change to something else since the library is still maintained. I see last release was in July 2022 and PRs are getting merged into it still.

https://github.com/jquery-validation/jquery-validation/releases/tag/1.19.5

For vanila JS or some another library IMO it would be best to create a new contributed module and also to look for support of validations out of the box, on quick look it seems Zod would require lot of work.