You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone! I'm not sure if it is a bug, or maybe I'm just missing something super obvious here, but I can't get the promptTimeOnDateChange option to work .I tried following simple setup using stackblitz, when I select a date, time portion doesn't popup as it supposedly should. Stackblitz console doesn't show anything, but then I use "open in a new window" link and then open chrome ( version 103.0.5060.134) console I see the following stack trace popup after a select a date
actions.ts:173 Uncaught TypeError: Cannot read properties of null (reading 'getAttribute')
at Actions.do (actions.ts:173:35)
at actions.ts:31:20
at event-emitter.ts:21:7
at Array.forEach (<anonymous>)
at EventEmitter.emit (event-emitter.ts:20:22)
at tempus-dominus.ts:459:36
do @ actions.ts:173
(анонимная) @ actions.ts:31
(анонимная) @ event-emitter.ts:21
emit @ event-emitter.ts:20
(анонимная) @ tempus-dominus.ts:459
Объект setTimeout (асинхронный)
_handleAfterChangeEvent @ tempus-dominus.ts:457
_triggerEvent @ tempus-dominus.ts:253
(анонимная) @ tempus-dominus.ts:62
(анонимная) @ event-emitter.ts:21
emit @ event-emitter.ts:20
setValue @ dates.ts:250
do @ actions.ts:105
(анонимная) @ actions.ts:31
(анонимная) @ event-emitter.ts:21
emit @ event-emitter.ts:20
Display._actionsClickEvent @ index.ts:758
the same thing happens in firefox (version 103.0.1 (64-bit))
Uncaught TypeError: currentTarget is null
do actions.ts:173
Actions actions.ts:31
emit event-emitter.ts:21
emit event-emitter.ts:20
_currentPromptTimeTimeout tempus-dominus.ts:459
I'm using windows 10 version 21H1. Any Idea what I'm missing here?
The same thing still happens with v6 beta10 (I updated the discussion with correct stackbkitz url)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone! I'm not sure if it is a bug, or maybe I'm just missing something super obvious here, but I can't get the promptTimeOnDateChange option to work .I tried following simple setup using stackblitz, when I select a date, time portion doesn't popup as it supposedly should. Stackblitz console doesn't show anything, but then I use "open in a new window" link and then open chrome ( version 103.0.5060.134) console I see the following stack trace popup after a select a date
the same thing happens in firefox (version 103.0.1 (64-bit))
I'm using windows 10 version 21H1. Any Idea what I'm missing here?
The same thing still happens with v6 beta10 (I updated the discussion with correct stackbkitz url)
Beta Was this translation helpful? Give feedback.
All reactions