Skip to content
Advertisement

Tag: react-hooks

Selecting an specific attribute from useState

With a React Class component i have the following state object as an example: when i want to make a function that gets an specific attribute from the state i can simply use Is there something equivalent when i use Hooks? Because i would have to write this Answer You can simply write your both arrays into one state: Now

Can’t pass proper value in form, react

I have created a form in react using Formiz. But it’s not sending right value. Here is a working CodeSandbox: https://codesandbox.io/s/formiz-pricing-wizard-forked-fcnsn?file=/src/fields/fieldradio.js Currently it is sending me this value: But it should send me this value: I already tried changing step1.js from this: To this: It sends me the right values but totalPrice function in MyForm.js stops working: Will anyone please

Advertisement