edisdev/vue-datepicker-ui

Improving Usability: Solving Calendar Overlap with a Blur Event

AdrigomRoc opened this issue · 0 comments

Hello! I believe I've found a usability issue. When there are multiple calendars together, they overlap because there isn't a blur event on exiting the input to close the open calendar. I tried to close it on my end, but I think it would be more appropriate to correct it in the component. I believe it would be something like this in the .content div:
@blur="isShowPicker = false"
image