Description:
When using the MudExRichTextEditor inside a MudDialog, the mentions dropdown (triggered by typing @) is displayed in the wrong position. Instead of appearing near the cursor or inline with the typed @ symbol, it shows up detached and visually misaligned, as shown in the attached screenshot.
Steps to reproduce:
- Render a
MudDialog component that contains the MudExRichTextEditor.
- Focus the editor and type @ to trigger the mentions dropdown.
- Observe the position of the dropdown.
Expected behavior:
The mentions dropdown should appear directly under or next to the typed @, following the cursor position.
Actual behavior:
The dropdown appears in a wrong/fixed/absolute position unrelated to the cursor or text input area (see screenshot).
Screenshot:

Please advise if there's a workaround or if this will be addressed in a future release.
Description:
When using the
MudExRichTextEditorinside aMudDialog, the mentions dropdown (triggered by typing @) is displayed in the wrong position. Instead of appearing near the cursor or inline with the typed @ symbol, it shows up detached and visually misaligned, as shown in the attached screenshot.Steps to reproduce:
MudDialogcomponent that contains theMudExRichTextEditor.Expected behavior:
The mentions dropdown should appear directly under or next to the typed @, following the cursor position.
Actual behavior:
The dropdown appears in a wrong/fixed/absolute position unrelated to the cursor or text input area (see screenshot).
Screenshot:

Please advise if there's a workaround or if this will be addressed in a future release.