icehaunter / vue3-datepicker

Simple datepicker component for Vue 3
https://icehaunter.github.io/vue3-datepicker/
MIT License
150 stars 155 forks source link

After selecting a date in the datepicker, if you attempt to change the selected date, the datepicker does not open again. #115

Open lokendrapanwar opened 1 year ago

lokendrapanwar commented 1 year ago

I recorded the video please check.

If I select a date and immediately try to change it by clicking on the datepicker, it doesn't open. However, if I click outside of the input box and then select a date, it works as expected.

onkar-rentomojo commented 9 months ago

Facing the same issue, Its still not resolved

manshaqarib777 commented 8 months ago

same error

jsaa commented 4 months ago

Same here, I had to manually blur the input to fix the issue.