primevue icon indicating copy to clipboard operation
primevue copied to clipboard

InputNumber: InputNumber Component Not Functioning Properly on Mobile Devices

Open MeenaMisae opened this issue 9 months ago • 0 comments

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 avatar May 08 '24 15:05 MeenaMisae