Reactjs – REACT: How to enable a disabled button by choosing specific options in a separate select element?
I am new to React and trying to implement a function in a form but I just can't get it to work. The form uses react-hook-form, axios and Bootstrap 5.2.3. I tried but couldn't make useState work, what I need…