[Dialog] Focus lost on non-modal dialog after interacting with a full screen dialog #44904
Labels
component: dialog
This is the name of the generic UI component, not the React module!
support: question
Community support but can be turned into an improvement
waiting for 👍
Waiting for upvotes
Steps to reproduce
Steps:
Current behavior
The chat bot text field isn't set to focused anymore once you interact with the full screen dialog.
Expected behavior
The chat bot text field should still be able to be focused.
Context
We've found that by adding the
disableEnforceFocus
prop on the full screen dialog obviously works (as many others have pointed out) and allows the chat bot text field to be focused no matter what you do in the background. However, we have two questions related to this:disableEnforceFocus
, for each one or is there something we can just set on the chat bot type dialog instead to make it easier?Your environment
npx @mui/envinfo
Search keywords: non-modal dialog, chatbot, disableEnforceFocus
The text was updated successfully, but these errors were encountered: