You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 opened
Expected 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:
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: