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
Calendar component is deprecated as of v18, use DatePicker component instead.
core.mjs:7211 ERROR TypeError: Cannot read properties of undefined (reading 'addEventListener')
at _DomEventsPlugin.addEventListener (platform-browser.mjs:846:13)
at _EventManager.addEventListener (platform-browser.mjs:208:19)
at NoneEncapsulationDomRenderer.listen (platform-browser.mjs:727:30)
at AnimationRenderer.listen (browser.mjs:4340:26)
at _Calendar.bindDocumentResizeListener (primeng-calendar.mjs:4685:51)
at _Calendar.onOverlayAnimationDone (primeng-calendar.mjs:4170:16)
at Calendar_div_3_Template_div_animation_overlayAnimation_done_0_listener (primeng-calendar.mjs:1317:36)
at executeListenerWithErrorHandling (core.mjs:25794:12)
at wrapListenerIn_markDirtyAndPreventDefault (core.mjs:25826:18)
at browser.mjs:4422:28
mehmetcetin01140
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Sep 9, 2024
the date picker now works correctly however my row contains date and time, when applying the filter and resetting it the visual data sets the hours to 00.00
Describe the bug
On selecting the date picker we get
https://v18.primeng.org/table says use
how can we use the date filter in v18?
Environment
development env
"primeng": "^18.0.0-beta.1",
Reproducer
No response
Angular version
18
PrimeNG version
18
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.11.1
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
date filter should work
The text was updated successfully, but these errors were encountered: