You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am on a freshly created octane ember project with ember-changeset and ember-changeset-validations installed.
I am not sure if this is the same as #147 but passing the skipValidate=true option like documented in ember-changeset:
{{#with (changeset this.model this.AccountValidations skipValidate=true ) as |changesetObj|}}
does not do anything, it is still automatically validating. Doing it manually in JavaScript does work:
Hi,
I am on a freshly created octane ember project with ember-changeset and ember-changeset-validations installed.
I am not sure if this is the same as #147 but passing the skipValidate=true option like documented in ember-changeset:
{{#with (changeset this.model this.AccountValidations skipValidate=true ) as |changesetObj|}}
does not do anything, it is still automatically validating. Doing it manually in JavaScript does work:
Am I doing it wrong or is it still a bug?
The text was updated successfully, but these errors were encountered: