The TinyMCE editor rendered in Material-Ui Dialog doesn't work as expected. For example, TinyMCE Dialog component fields are not selectable; the table and link plugin doesn't work etc.
All of these just because TinyMCE is having problems to focus things.
The fix is very simple: disable Material UI Dialog's enforce focus by adding a prop disableEnforceFocus={true}
and optionally disableAutoFocus={ true}
Top comments (4)
thanks very much ^^
Thank you very much! You saved me)
I am using Material Tailwind Dialog. the dropdown from the tool are appearing behind the dialog modal. I tried with z-index but could not resolve it. If you could help me out. Thanks
Thanks for answer