Coder Social home page Coder Social logo

Comments (2)

solnic avatar solnic commented on July 25, 2024

There is only one violation for age: 18 isn't greater than 18. But it also reports the other error "age must be an integer".

Right, this is actually the expected behavior with the current implementation. This will be improved once error message compilation is optimized. The trick is to skip certain error messages when they make no sense, like in this case saying that something must be greater than 18 implies that it must be a number, so we can only display one error. I'm gonna improve that in the next release.

To give you a bit of a background - in dry-v error messages are a result of applying predicates but we also have potential error messages that we generate from rule definitions, and we call them "validation hints". It means that some specific rule might be violated and we have a specific error message for it but we also want to display additional information about other rules that potentially might be violated, so that the user knows about the requirements for a specific value.

This is a pretty tricky thing to implement, but it's doable :)

It accepts the string representation of the age "19" as an integer.

It does because form schemas coerces input based on type expectations. I understand why it confused you though, and it's related to "validation hints".

from dry-validation.

victormier avatar victormier commented on July 25, 2024

Is there any change about this? I know it makes sense to explain the user what's expected, but in some cases (email uniqueness, for example) it might be interesting to be able to only display failing validations.

from dry-validation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.