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

InputNumber: InputNumber Component Not Functioning Properly on Mobile Devices #5704

Open
MeenaMisae opened this issue May 8, 2024 · 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

@MeenaMisae
Copy link

MeenaMisae commented May 8, 2024

Describe the bug

The InputNumber component currently experiences functionality issues on mobile devices, specifically regarding user input. When attempting to enter data into the component itself, the values entered are not accurately reflected in the input field.

Reproducer

https://stackblitz.com/edit/6m68gb?file=src%2FApp.vue

PrimeVue version

3.50.0

Vue version

3.x

Language

ES6

Build / Runtime

Vite

Browser(s)

No response

Steps to reproduce the behavior

  1. Open the fiddle on a mobile device.
  2. Try to input numbers into the InputNumber input field.
  3. Notice that the numbers entered are not accurately reflected in the input field.

Expected behavior

When inputting numbers into the InputNumber input field, it is expected that the entered values are accurately reflected both in the input field itself and in any associated display element.

@MeenaMisae MeenaMisae added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label May 8, 2024
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