Giter Club home page Giter Club logo

Comments (4)

ilteoood avatar ilteoood commented on June 24, 2024 4

We have the same issue here.
I prepared the following codesandbox to show it: https://codesandbox.io/p/sandbox/trusting-elion-36hycc?file=%2Fsrc%2FApp.tsx%3A6%2C9

As you can see, if you extract isValid from the formState or from the useFormState hook, the validation function will be invoked also onBlur, even if the mode is explicitly configured as onChange.

Using a constant value, instead, behaves as expected (but of course, we lose the validation utility).

@bluebill1049 are we missing something, or is it a regression introduced recently?

from react-hook-form.

ilteoood avatar ilteoood commented on June 24, 2024 1

So do you have a suggestion to properly validate the form using an API only onChange?

from react-hook-form.

bluebill1049 avatar bluebill1049 commented on June 24, 2024

As you can see, if you extract isValid from the formState or from the useFormState hook, the validation function will be invoked also onBlur, even if the mode is explicitly configured as onChange.

isValid will run onChange, onBlur and onSubmit to check the validity of the form.

from react-hook-form.

ilteoood avatar ilteoood commented on June 24, 2024

Ping @bluebill1049

from react-hook-form.

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.