-
-
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
Asking for validations
triggers save in Mixin
#149
Comments
Any chance you can reproduce this in a demo repo so I can debug this? |
I'll put it together and see if I can get to the root of it and throw it up here! |
Looks like this is the line. Here was the test I wrote. You can see the console logs. So this._super() is calling the _validationsClass computed method on the mixin super class? Is it just a protective measure? |
Thanks for setting up a reproduction of the issue. This is definitely not the desired behavior and it's pretty weird tbh. Might need some time to debug this one. |
@snewcomer I dumbed this issue down and found it to be an issue with ember itself. I dont really think that this is actually the desired behavior so I went ahead and opened an issue. |
Is this the desired behavior?
The text was updated successfully, but these errors were encountered: