alpinejs-plugin-simple-validate icon indicating copy to clipboard operation
alpinejs-plugin-simple-validate copied to clipboard

Simple Alpine form validation plugin

Results 8 alpinejs-plugin-simple-validate issues
Sort by recently updated
recently updated
newest added

This project needs a license file! I noticed that the `package.json` has set the license to "MIT", might I suggest MIT?

For example when use derictive `x-validate.required.tel`, error message always the same e.g. `phone required`.

enhancement

Hi, I want to create a form, where the users can enter data for multiple items. Here is a simple example, where user can push the "Add dynamic item" button,...

bug

Hi, probably another edge case, hooray! With a select set up like this: ``` Multi Select select at least one value option 1 option 2 option 3 option 4 option...

bug

I have a 2 forms on the same page, so I need to use the prefix. Using Alpine with Astro BTW. Problem is when I submit the form, I get...

bug

Hey, so new to this plugin and it's working great so far. Thanks for your work on this. I have a bit of a special use case - not sure...

I've been using this plugin in a couple uni projects, along with astro, and I really like the implementation cause it allowed to get my project in no time, but...

Please add aria-describedby attribute to elements with validation messages if the original input has an ID. Now your solution fails accessibility checks and we need to write our own code...

bug