vue3-popper
vue3-popper copied to clipboard
Popper events are emitted even if popper is disabled
Description of the bug Popper events are emitted even if popper is disabled
To Reproduce
- Add a handler to the open:popper event
- Set the popper's disabled to true
- Click or hover on the popper's trigger
- open:popper event handler gets executed
Expected behavior Events should not be triggered or emitted when popper is disabled