Open
Description
Describe the bug
When clicking an item in the Calendar the onBlur
is thrown. The same behavior can be reproduced for the DatePicker as well.
To Reproduce
Steps to reproduce the behavior:
- Open this example: https://codesandbox.io/p/sandbox/wonderful-joliot-thjvdh?file=%2Fsrc%2Fmain.vue%3A53%2C5
- Toggle open the Calendar using the calendar icon on the right of the input box.
- When clicking any item in the calendar, see that the onBlur event is being triggered.
Expected behavior
The onBlur event should be triggered when the focus has been completely removed from the popup
Reported in Ticket ID: 1660555