The normal InputDate in blazor has an @ondblclick event. The intellisense for TelerikDatePicker indicates that this should be available but gives the error "...does not have a property matching the name 'ondblclick'."
3 comments
ADMIN
Hristian Stefanov
Posted on:21 Jan 2022 13:22
Hi John,
In such a case, you can easily handle a double-click event for the DatePicker by wrapping our component inside a span. I have prepared for you an example below, following this knowledge base article steps - "Capture input keyboard events".
My use case, which I have used before, is to set a nullable DateTime to todays date on dubble click. It saves having to open the calendar to do this.
ADMIN
Hristian Stefanov
Posted on:16 Jan 2022 13:03
Hi John,
Thank you for giving an idea to add a "@ondbclick" event.
This seems like a valid feature request. Can you please share with us possible scenarios where the event is needed? We want to explore the use cases of the event before we make it to "Unplanned" so we can meet our customers needs.