Jenesius / vue-modal

🖖The progressive and simple modal system for Vue.js v3
https://modal.jenesius.com
MIT License
145 stars 14 forks source link

Are there any plans to add an option to have ESC close the dialog even if a namespace is specified? #119

Open Shotaro-Yoshinaga-sti opened 3 months ago

Shotaro-Yoshinaga-sti commented 3 months ago

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

Jenesius commented 3 months ago

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.

Jenesius commented 3 months ago

Today I will think about how to solve this problem

Shotaro-Yoshinaga-sti commented 2 months ago

I think backgroundClose has the same problem.

because... It is not clear from which namespace exactly the modal window should be closed.