Reactjs – How do I activate a hidden div via a select form that is useState?
Please understand I am just learning.... can someone help modify the code so that when the ‘yes’ option is selected, a hidden part of the form is shown to allow additional completion? I tried to do this using usestate as…