Giter Club home page Giter Club logo

Comments (5)

erashu212 avatar erashu212 commented on May 27, 2024 1

@screendriver Your issue is valid and this is happening because of this line
https://github.com/react-hook-form/react-hook-form/blob/master/src/logic/createFormControl.ts#L278
When the expression is evaluated as null the defaultValue is not picked.

I'll propose a fix

from react-hook-form.

bluebill1049 avatar bluebill1049 commented on May 27, 2024

can you use readOnly instead?

from react-hook-form.

screendriver avatar screendriver commented on May 27, 2024

Yes, but semantically there is a difference between readonly and disabled.

from react-hook-form.

bluebill1049 avatar bluebill1049 commented on May 27, 2024

why would you want to set an item that has been disabled, as it's been disabled?

from react-hook-form.

screendriver avatar screendriver commented on May 27, 2024

Sorry I don't fully understand the question. My use case is that I have two lists of radio buttons in a form. Both lists have initially checked the very first radio button in that list. All of them are enabled when the list of radio buttons are initially rendered. When one of the radio buttons, other than the first one, gets checked in list A we need to disable all radio buttons in list B, or when one of the radio buttons in list B gets selected we need to disable all radio buttons in list A.

So both lists are mutual exclusive to the application and can't be selected at the same time, except both lists have the very first item checked.

So visually it is something like this (x means it is checked)

[0 x] [1] [2] [3]
[0 x] [1] [2] [3]

Both 0 are initially checked and not disabled. But when one of these two rows gets checked, the other row needs to be disabled completely except the user checks 0 again.

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.