vue-modal
vue-modal copied to clipboard
Are there any plans to add an option to have ESC close the dialog even if a namespace is specified?
I would like to see an option to specify that ESC can close the dialog even if a namespace is specified.
Also, I had a hard time finding out that even when namespace is specified, the dialog cannot be closed with ESC. Maybe only here
Hello, closing does not work via ESC, because... It is not clear from which namespace exactly the modal window should be closed. Perhaps it is worth changing this behavior, and when closing ESC, close any windows, regardless of namespace.
Today I will think about how to solve this problem
I think backgroundClose has the same problem.
because... It is not clear from which namespace exactly the modal window should be closed.