-
Notifications
You must be signed in to change notification settings - Fork 148
Description
Hey, could you help me with this problem? I'm experiencing an issue where a dropdown correctly calculates its height when the keyboard is not open, but when the keyboard is open, the dropdown appears compressed or incorrectly positioned. It should maintain the same height in both cases.
Steps to Reproduce:
Open the dropdown without the keyboard—observe its correct height.
Open the keyboard and observe how the dropdown height changes unexpectedly.
Actual Behavior:
Without the keyboard, the dropdown displays correctly with the expected height.
When the keyboard opens, the dropdown appears compressed or incorrectly positioned instead of maintaining the same height.
Expected Behavior:
The dropdown correctly calculates and adjusts its height when the keyboard is not open.
When the keyboard is open, the dropdown should maintain the same height as it does without the keyboard.