-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] hideWithKeyboard: false does not prevent hiding #548
Comments
Reproducible on 5.0.1 |
The underlying issue here is that the suggestions box is closed when the textfield loses focus. I dont really know how we could solve this. The code cannot distinguish between losing focus because the focus was shifted and losing focus because the keyboard was closed. As a workaround, you can disable closing the suggestions box when focus is lost ( |
How was it not an issue before? |
Unfortunately I do not know that. The previous code base was very different from the current one. |
Hi,
so before the major upgrade, we were able to hide the keyboard while still keep the suggestions on screen. But since the upgrade, the boolean
hideWithKeyboard
has no effect when set to either true or false.Code
Screen recording
hideWithKeyboard.mp4
The text was updated successfully, but these errors were encountered: