We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273a51f commit c2ad212Copy full SHA for c2ad212
packages/main/src/DateTimePicker.js
@@ -319,7 +319,7 @@ class DateTimePicker extends DatePicker {
319
...this._previewValues,
320
calendarTimestamp: event.detail.timestamp,
321
calendarValue: event.detail.values[0],
322
- timeSelectionValue: event.path[1].lastChild.value,
+ timeSelectionValue: event.composedPath()[1].lastChild.value,
323
};
324
}
325
0 commit comments