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
Describe the bug
After updating from 8.2.0 to 8.8.1, the date picker in our project started changing its position in a strange way when the user manually types inside the input. It actually changes with any date change, i.e. it's also noticeable for a brief moment when you click inside the menu on any date before the menu disappears.
We configured the recalculate-position prop, but removing it does nothing since the provided function isn't being invoked when this occurs, so the issue lies elsewhere.
I can't share the project because it's under the NDA.
To Reproduce
Steps to reproduce the behavior:
Open date picker
Type something inside the input
Expected behavior
The date picker menu stays where it has appeared.
It is possible that the change from this PR f955e2f breaks it, in any case, it will be reverted, I was not aware that it would break any existing behavior.
This is what happens: in the style attribute of the .dp--menu-wrapper element the inset value is being changed: first value is being overwritten and the last one is totally removed.
Describe the bug
After updating from 8.2.0 to 8.8.1, the date picker in our project started changing its position in a strange way when the user manually types inside the input. It actually changes with any date change, i.e. it's also noticeable for a brief moment when you click inside the menu on any date before the menu disappears.
We configured the recalculate-position prop, but removing it does nothing since the provided function isn't being invoked when this occurs, so the issue lies elsewhere.
I can't share the project because it's under the NDA.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The date picker menu stays where it has appeared.
Screen recording
https://github.com/user-attachments/assets/a31bd99b-7006-4ff1-b317-f61da8e479dd
Desktop & mobile (please complete the following information):
The text was updated successfully, but these errors were encountered: