Vuepic / vue3-date-time-picker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
158 stars 13 forks source link

openMenu() has unexpected toggle behavior #126

Closed scythianfeather closed 2 years ago

scythianfeather commented 2 years ago

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.

https://github.com/Vuepic/vue3-date-time-picker/blob/ba832e90597e2bc2c3d15776cc9800ec59d746f8/src/Vue3DatePicker/Vue3DatePicker.vue#L322

Jasenkoo commented 2 years ago

Will see where it is called and adjust

Jasenkoo commented 2 years ago

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

scythianfeather commented 2 years ago

Thank you!