Calendar Component #2607
Calendar Component
#2607
-
Hi there, I am facing some trouble using this component when it is set to view="month". <Calendar value={date} /onChange={(e) => setDate(e.value)}/ view="month" dateFormat="mm/yy" key={index.toString()} locale="pt-BR" // transitionOptions={transitionOptions} /> When I click, it appears a calendar with a good width, but after few ms, it is resized to the same component size (col-2). I "solved" it increasing the timeout transitionOption, e.g. to 60.000ms. But, it is not a solution. I also have tried panelStyle, and other options available in the documentation, but I could not achieve it. Can somebody help me, please? Best regards, Ciro |
Beta Was this translation helpful? Give feedback.
Answered by
melloware
Aug 29, 2024
Replies: 1 comment 1 reply
-
Already an open bug: primefaces/primereact#5948 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
melloware
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Already an open bug: primefaces/primereact#5948