Skip to content

Release 1.8.2

Latest
Compare
Choose a tag to compare
@colinaut colinaut released this 01 Apr 19:32
· 1 commit to main since this release

Plugin now only adds error messages to fields that need it. It skips "type=hidden" inputs and any fields that are not required or have a pattern. Fields with Alpine binding ":required" ":pattern" or "x-validate" are assumed to require error handling.

Commits

  • feat: don't add error messages to fields that don't need it (b97eaac)
  • fix: remove logs (795e127)