Add open/close events to the Native Date and Time Pickers
The DatePicker, DateTimePicker, TimePicker, and DateRangePicker components don't provide open and close events that are triggered when the popup of a component is opened/closed.
3 comments
Andreas
Posted on:29 Mar 2023 08:54
@Petar Great, thanks for the implementation and response!
ADMIN
Petar
Posted on:28 Mar 2023 14:29
Hello.
With version 3.9.1 of the Kendo UI for Vue Native components that we released today, the current feature request is implemented.
The open and close events are available in the different DateInputs. Here is StackBlitz example demonstrating the usage of the two events.
This is an accessibiltiy issue. In our case, we have a custom input and need to handle the close event of the popup in order to reset the focus to that input again.