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}
Discussion (2)
thanks very much ^^
Thank you very much! You saved me)