Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

openMenu() has unexpected toggle behavior #126

Closed
scythianfeather opened this issue Mar 16, 2022 · 3 comments
Closed

openMenu() has unexpected toggle behavior #126

scythianfeather opened this issue Mar 16, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@scythianfeather
Copy link

I would expect that calling openMenu() would just set it to be open. In my use case, I'm listening for two events that sometimes both fire simultaneously, and I'd like to open the menu when one or both fire.

isOpen.value = !isOpen.value;

@Jasenkoo
Copy link
Contributor

Will see where it is called and adjust

@Jasenkoo Jasenkoo added the bug Something isn't working label Mar 17, 2022
@Jasenkoo
Copy link
Contributor

The issue is fixed, please switch to the new package https://github.com/Vuepic/vue-datepicker

@scythianfeather
Copy link
Author

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants