Javascript – how to enable and disable input field in reactjs?
I am creating form from JSON using react hook form.I am using below library https://www.react-hook-form.com/ ISSUE : In my JSON Each field have one property "disabled" . On the basis of property I want to disable or enable that field…