79390823

Date: 2025-01-27 12:48:52
Score: 0.5
Natty:
Report link

This same issue i have facing in react with mui material dialog. i found solution for that add this keyword in dialog disableEnforceFocus, disableRestoreFocus

Example solution :

   <Dialog
  fullScreen
  open={open}
  TransitionComponent={Transition}
  disableEnforceFocus
  disableRestoreFocus
>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vijay Prajapati