-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isInvalid helper #2
Comments
seems very reasonable. r? @offirgolan |
I agree. I'll add this tomorrow |
available in 1.0.1 |
Turbo87
added a commit
to Turbo87/ember-cp-validations
that referenced
this issue
Nov 3, 2021
CI: Add GitHub Actions config
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many times, a button is disabled until the model is valid. It would be nice to have an
isInvalid: Ember.computed.not('isValid')
on a validated object.The text was updated successfully, but these errors were encountered: