ember-changeset-validations
ember-changeset-validations copied to clipboard
Validations for ember-changeset
## Changes proposed in this pull request This addresses the use case I referred to in https://github.com/poteto/ember-changeset-validations/issues/137#issuecomment-1183397001, which is that when `validateConfirmation`'s resulting function receives an ember-data object as its...
I didn't see this in the releases either.
## Version 1.2.6 ## Test Case https://ember-twiddle.com/a83d4a0647b7705a3759e9688006be2d?openFiles=templates.components.marketing-copy.hbs%2C ## Steps to reproduce Fill all the fields correctly and press "save" button 2 times ## Expected Behavior all validations should be correct...
In the docs, if you click on the following link it takes you to an invalid page and I can't see another way to see all of the for the...
It would be really nice when writing a custom validator to be able to refer to other fields in the validation object. Currently for this level of validation, I have...
## VERSION 4.1.0 ## Test Case [Repo](https://github.com/AmauryD/ember-changeset-validations-bug-repro) [The files](https://github.com/AmauryD/ember-changeset-validations-bug-repro/tree/main/app/components) ## Steps to reproduce [In the test case] 1. Input some text in the comments 2. add some comments and some...
I have a validation file which holds a complete set of validators for a particular template. The template conditionally renders certain fields. Even when those fields are not rendered the...
## RFC One broad goal we have is to potentially deprecate the use of [ember-changeset-validations](https://github.com/poteto/ember-changeset-validations). Having both `ember-changeset` and `ember-changeset-validations` presents some confusion. If we went forward, `ember-changeset` would be...
Hi, great addon. I'm wondering, if there is a recommended way of changing validation messages at runtime? I know it's possible to change it initially by defining a module that...
## Version Latest Master starting at #126 ## Test Case ## Steps to reproduce ## Expected Behavior From the Docs and existing behavior the `buildMessage` function should have a signature...