colinaut’s avatarcolinaut’s Twitter Archive—№ 32,686

    1. Wrote my first Alpine_JS plugin! Had a use for a super simple small form validation directive I could use across projects so made x-validate. Love how easy it is to write a plugin for alpines! Now on GitHub and NPM github.com/colinaut/alpinejs-plugin-simple-validate
  1. …in reply to @colinaut
    The plug-in works great as it is and I’m already using in on one of my sites. Working on some improvements and added functionality (see Roadmap on GitHub README) which should be ready in the next week or so.
    1. …in reply to @colinaut
      Latest version of my validation plugin adds proper aria attributes for the error messages. Thanks to a person who filed the enhancement request on GitHub for the idea! Would have had it from the start.