Unclaimed project
Are you a maintainer of boilerform? Claim this project to take control of your public changelog and roadmap.
Changelog
Boilerform is a little HTML and CSS boilerplate to take the pain away from working with forms.
A developer can now:
is-error class toggle automatically based on validity of input elementsdata-validation-message attribute to an elementThe validation interface will also check sibling inputs when an input fails validation. This will remove the is-error class if they are valid when they were previously invalid.
Lastly, a basic Webpack setup has been added along with these changes.