Skip to content
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

Fix keyboard flash issue with TextInput.Icon and DatePicker modal #396

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

Balhut
Copy link
Contributor

@Balhut Balhut commented Jun 20, 2024

When using TextInput.Icon and a DatePicker modal on slower devices, a virtual keyboard briefly appears due to premature input focus. To address this, I propose adding a forceTextInputFocus prop with a value of false. This change should prevent the keyboard from showing up unnecessarily.

@RichardLindhout RichardLindhout merged commit 674f412 into web-ridge:master Jun 27, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants