jonjamz / blaze-forms

Dead easy reactive forms with validation (Meteor).
https://atmospherejs.com/templates/forms
MIT License
113 stars 11 forks source link

Add `unchanged` and `unsubmitted` helpers #39

Closed jonjamz closed 9 years ago

jonjamz commented 9 years ago

Sometimes it's useful to have the inverse of these helpers. For example using my custom any helper:

{{#if any invalidCount loading unchanged}}
   <div class="buttons-overlay"></div>
{{/if}}