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
Actual result: only the head of the picker is rendered.
Expected behavior
The whole picker should be rendered after the view is changed dynamically.
The text was updated successfully, but these errors were encountered:
kazamov
added
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Type: Bug
Issue contains a defect related to a specific component.
labels
Aug 11, 2022
kazamov
pushed a commit
to kazamov/primereact
that referenced
this issue
Aug 11, 2022
Describe the bug
The behavior when you switch the
view
of the Calendar e.g. from 'date' to the 'month' does not work as expected.Reproducer
https://codesandbox.io/s/primereact-test-forked-jx8kt6
PrimeReact version
8.3.0
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
view="date"
.view
to themonth
.Actual result: only the head of the picker is rendered.
Expected behavior
The whole picker should be rendered after the
view
is changed dynamically.The text was updated successfully, but these errors were encountered: