React MUI Dialog is not closing and textfield is not editable
I have a React MUI dialog using typescript. The ‘Close’ button is not working or closing the dialog.
Also I am not able to write anything in the textfield to edit. It seems readonly.Once edited the changes should reflect on the parent component .
Please help. I tried the code that are commented out but didn’t help.