-
Notifications
You must be signed in to change notification settings - Fork 872
Description
Environment
Hello,
If the dismissible option is set to false, there is no overlay, and the modal option is also set to false, the drawer is created in a way that allows interaction with background elements.
In this case, if you click on clickable elements such as buttons, selects, or inputs, the drawer closes unexpectedly.
I noticed this issue when I had a form open outside the drawer. When I clicked on a field to edit its text, the drawer suddenly closed.
Is this bug related to Nuxt or Vue?
Nuxt
Package
v3.x
Version
3.3.3
Reproduction
Hello,
If the dismissible option is set to false, there is no overlay, and the modal option is also set to false, the drawer is created in a way that allows interaction with background elements.
In this case, if you click on clickable elements such as buttons, selects, or inputs, the drawer closes unexpectedly.
I noticed this issue when I had a form open outside the drawer. When I clicked on a field to edit its text, the drawer suddenly closed.
Description
Hello,
If the dismissible option is set to false, there is no overlay, and the modal option is also set to false, the drawer is created in a way that allows interaction with background elements.
In this case, if you click on clickable elements such as buttons, selects, or inputs, the drawer closes unexpectedly.
I noticed this issue when I had a form open outside the drawer. When I clicked on a field to edit its text, the drawer suddenly closed.
Additional context
No response