Javascript – Quesion in reactjs component parameter if case
Sorry if I use the wrong term I don't know what the correct terminology. Please correct me if you could. Let say I have a form I want to have some if case to configure it. <Form.Select name="select" value= {isTrue?value1:value2}…