You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: