primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
9.88k stars 1.19k forks source link

InputNumber + Tailwind: Keyboard shortcuts don't seem to work, Copy, Paste, Select All etc. #5650

Open OliverRC opened 4 months ago

OliverRC commented 4 months ago

Describe the bug

This happens even on the documentation pages for the DataTable and the InputNumber You cannot paste (Ctrl + V), copy (Ctrl + C) or select all (Ctrl + A) in the InputNumber.

It ignores the keyboard shortcuts.

Reproducer

https://tailwind.primevue.org/inputnumber/ https://tailwind.primevue.org/datatable/#advanced_filter

PrimeVue version

3.52.0

Vue version

3.x

Language

TypeScript

Build / Runtime

Vite

Browser(s)

No response

Steps to reproduce the behavior

  1. Go to documentation for InputNumber: https://tailwind.primevue.org/inputnumber/

  2. Try select all, copy or paste.. no keyboard shortcuts seem to work

  3. Go to documentation for DataTable: https://tailwind.primevue.org/datatable/#advanced_filter

  4. Go to "Advanced Filter"

  5. Open the filter on "Balance" try paste a number or select all the text using the keyboard

Expected behavior

You should be allowed to use the controls as they work correctly on the main components. https://primevue.org/inputnumber/

OliverRC commented 4 months ago

This seems to be specifically related to the "Unstyled Core"