froala / wysiwyg-editor

The next generation Javascript WYSIWYG HTML Editor.
https://www.froala.com/wysiwyg-editor
Other
5.23k stars 665 forks source link

Froala popup text input cannot focus in dialog container #4747

Closed codechallenge21 closed 3 months ago

codechallenge21 commented 3 months ago
Expected behavior.

Froala popup input box should focus in a Dialog container as well.

Actual behavior.

Not focusable in a Dialog container.

Steps to reproduce the problem.

codesandbox sample

Editor version.

v - 4.1.3

Recording.

froala-popup

codechallenge21 commented 3 months ago

disableEnforceFocus prop pass to Dialog component will resolve this issue.

This prop will let user interact with other elements outside of modal dialog.