ctwoolsey
ctwoolsey
## 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...
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 17.0.2_8 works as expected, but version 17.0.3_7 fails. Gradle version is 7.4.2 In our dockerfile we have: ```dockerfile FROM eclipse-temurin:17.0.2_8-jdk AS build RUN mkdir /home/uswf COPY . /home/uswf WORKDIR...