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
667 stars 173 forks source link

Keyboard on time picker is not working #431

Open wolak opened 2 days ago

wolak commented 2 days ago

Current behaviour

When you switch to keyboard on web for the time picker modal, typing in the fields doesn't work as expected. You cant change the hour.

Expected behaviour

Typing should allow you to change the time

How to reproduce?

Simply use the latest react-native-paper-dates(0.22.26) in this snack from the site: https://snack.expo.dev/@timealigns/react-native-paper-dates-time-picker { "dependencies": { "expo-constants": "~16.0.2", "@expo/vector-icons": "^14.0.2", "react-native-paper": "^5.12.5", "react-native-paper-dates": "^0.22.26", "react-native-safe-area-context": "4.10.5" } }

Preview

image You can never delete the 1

What have you tried so far?

Downgrading version worked but caused other styling issues.

Your Environment

Its a web issue: Chrome version 130.0.6723.71

software version
ios N/A
android N/A
react-native 0.74.5
react-native-paper 5.12.5
node 20.9.0
npm or yarn 10.9.0
expo sdk 51.0.36
iM-GeeKy commented 2 days ago

PRs are welcome!