ember-changeset-cp-validations icon indicating copy to clipboard operation
ember-changeset-cp-validations copied to clipboard

Ember CP Validations support for Ember Changeset

Results 8 ember-changeset-cp-validations issues
Sort by recently updated
recently updated
newest added

`ember-changeset-cp-validations requires ember-cp-validations v3.1.0 and above` shouldn't 4.0.0-beta.9 qualify?

IMO the best feature of the cp-validations addon is the ability to conditionally validate attributes based on other attribute values. This feature is lost when the validate function is built....

Hello, I have an issue related to validate confirmation of real-time update (skip validate option). I created a special repository to show what is happening with instructions how to reproduce...

This updates all dependencies, especially ember-cli-version-checker, which requires 2.x to work with Yarn workspaces.

Hi, I'm having a hard time getting my Form pattern right with ember-bootstrap forms. Also I am a little unsure if this pattern is supported at all, nor if the...

I noticed that validators with dependent keys don't work as expected. The value is also invalid even when it is really valid. ``` export default buildValidations({ paymentMethod: validator('inclusion', { in:...

I have a model with two validations, a custom one and a has-many one. Now, when using a changeset and changing a value, I get the following changes: ```js changeset.get('changes');...