GithubHelp home page GithubHelp logo

Comments (3)

frank06 avatar frank06 commented on May 16, 2024 5

I can't seem to find any connection between the "reset functionality" in the sample app (which overrides a component and is pretty contrived using didValidate) and why clearErrors or similar have not been implemented.

In a component I have a property called current which backs a form. It is a fragment, created via this.store.createFragment. When current is saved, it's sent up via an action. Until here validations work perfectly well. Then, current is then reset to a brand-new fragment. When that happens all blank fields now show validation errors (presence).

I need a way to tell ember-cp-validations that the model/fragment is a new, untouched one. That it should not attempt to validate until the user tries to make a selection/change. So, how can I do that? Thanks!

from ember-cp-validations.

escobera avatar escobera commented on May 16, 2024 5

I'm needing this as well. @offirgolan What is the current way to achieve this behaviour?

from ember-cp-validations.

offirgolan avatar offirgolan commented on May 16, 2024

I was able to approach this in a much simpler way that doesnt require any change for this library. I created a demo app to illustrate this

https://github.com/offirgolan/clear-cp-demo

Feel free to clone, npm i && bower i then ember s to see it in action. The demo is based on the demo app of this library but with a reset functionality. To see the changes I made, you can look at this commit

from ember-cp-validations.

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.