-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
DatePicker shows no keyboard on mobile #7148
Comments
|
I'm sorry, this issue is not resolved! @tugcekucukoglu
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
manualInput
istrue
by default which is great but,the keyboard does not show on mobile.
I am aware of 6739, 6919 and 6923. But all are marked as closed (even tho this specific bug has been raised there)
Here is a video of the issue
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
I have tried setting
inputmode
to'text'
but this did not resolve the issue, and lead to other unexpected behaviour, like odd formatting errors where the component would or would not let me enter numbers.Link to odd behaviour
Reproducer
https://stackblitz.com/run?file=src%2FApp.vue
Environment
Safari on iOS 18.2 on an iPhone running iOS 18.2.1
Vue version
3.5.13
PrimeVue version
4.2.5
Node version
22.12.0
Browser(s)
Safari on iOS 18.2, iOS 18.2.1
Steps to reproduce the behavior
Open the stackblitz link (or just go to the official PrimeVue DatePicker component website) with Safari on iOS,
Tap the input field of the
DatePicker
component and no keyboard is openedExpected behavior
Tapping the input field of the
DatePicker
component opens the keyboard, and lets you enter values manually.The text was updated successfully, but these errors were encountered: