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

DatePicker shows no keyboard on mobile #7148

Open
2 of 4 tasks
Bouwplaats opened this issue Jan 26, 2025 · 0 comments
Open
2 of 4 tasks

DatePicker shows no keyboard on mobile #7148

Bouwplaats opened this issue Jan 26, 2025 · 0 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@Bouwplaats
Copy link

Describe the bug

manualInput is true 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

  • Lack of time
  • Unsure how to implement the fix/feature
  • Difficulty understanding the codebase
  • Other

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 opened

Expected behavior

Tapping the input field of the DatePicker component opens the keyboard, and lets you enter values manually.

@Bouwplaats Bouwplaats added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

1 participant