sha256 / Pristine

Vanilla javascript form validation micro-library
https://pristine.js.org/
MIT License
410 stars 81 forks source link

Similar Packages #95

Open michtio opened 1 year ago

michtio commented 1 year ago

Maybe a bit "intrusive" but I feel this package isn't getting any love whatsoever. It can't be important in TS environments neither can it be used in Vue script setup types as it doesn't contain a default export or named export for that matter.

I love the functionality and I'm in a situation where this functionality is super useful, as a form gets built automatically. So starting to add a full blown validation manually / programatically whether or not fields exists is a huge undertaking.

Does something similar exist like Pristine, something that gets more love?