web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
637 stars 161 forks source link

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

Closed Balhut closed 5 days ago

Balhut commented 1 week ago

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.