ember-changeset
ember-changeset copied to clipboard
Ember.js flavored changesets, inspired by Ecto
Hi Settings a the value to null, it not allowing me to enter any value after that and it is only happening in development build and production build it is...
## Version [email protected] ## Test Case I've created a test here: #653 ## Steps to reproduce - Create a changeset from an ember-data model with sync belongsTo - Change this...
Failing test for #652 ## Changes proposed in this pull request
## Version 3.15.0 ## Test Case //somewhere in code this.changeset.addError('someField', 'You failed a complex validation'); //in the submit method await this.changeset.validate(); if (this.changeset.isValid) { // } ## Expected Behavior I...
This pull request provides the ability to fix **snapshot** and **restore** methods regardless of changes in ```validation-changeset```. So, current PR reproduces the same result as https://github.com/validated-changeset/validated-changeset/pull/167
I believe you might want a caret (^) instead of a tilde (~) here https://github.com/poteto/ember-changeset/blob/master/package.json#L45 If you have 4.1 of ember-changeset and 4.0 (since 4.1 isnt out yet) of ember-changeset-validations...
This is for now just a failing test, and I'm not even sure this is an error of this repo. The thing is, I'm not even sure this is a...
Hello, this PR seems to fix a few bugs. (not sure if its the right way). - #517 #585 #499 #437 It seems that notifyPropertyChange doesn't work for nested paths,...
These tests are a starting point to discuss a strange behavior I only see with Changesets and Modifiers. My best understanding is that the interaction between changesets and modifiers causes...