Calendar today button TypeError: Cannot read property 'currentTarget' of null #158
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Function onTodayButtonClick(event) calls this.onDateSelect(null, dateMeta);
But first parameter of onDateSelect is event, and on event we have: event.currentTarget.focus();
As event is null, this throws an error.
The text was updated successfully, but these errors were encountered: