P粉9680081752023-08-31 14:55:27
Jquery has a lot of plugins and libraries that are hard to find in Alpine.js, I always look for vanilla js packages, and libraries that can be used with alpine.js. Form validation link is missing in Alpine.js. For form validation I use Pristine.js vanilla js validation library. You can add custom validation rules for fields and available validation rules
https://github.com/sha256/Pristine
Here is simple example Pristine used with alpine.js
https://codepen.io/blcveen/pen/abdpNKW
Hope this helps you with your form validation issues.