froala/wysiwyg-editor

Froala popup text input cannot focus in dialog container

Closed this issue · 1 comments

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

disableEnforceFocus prop pass to Dialog component will resolve this issue.

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