primevue
primevue copied to clipboard
Next Generation Vue UI Component Library
### 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...
### Describe the bug In V3 you can do a `` but in V4 this never shows the actual placeholder. ### Reproducer https://stackblitz.com/edit/fnhizx?file=src%2FApp.vue ### PrimeVue version v4 beta1 ### Vue...
### Describe the bug When using editable mode with the Dropdown component there are some weirdness while using the delete/home/end keys. * Pressing the delete-key on the keyboard does not...
### Describe the bug Hi team, I am using the tree table component which requires the rowReorder feature. But when i add those boolean props into the column the icon...
### Describe the bug Cannot type 'password' on input field of Password Component. "nuxt": "^3.9.0", "nuxt-primevue": "^0.3.1", "primevue": "^3.52.0" ### Reproducer * ### PrimeVue version 3.52.0 ### Vue version 3.x...
### Describe the bug it's not work that pasting by cmd +v but patsing by right-clicking mouse and selecting "Paste" when `InputOtp` add `integer-only` attribute. ### Reproducer https://stackblitz.com/edit/primevue-create-vue-issue-template-xe68hj?file=src%2FApp.vue,src%2Fmain.js,package.json ### PrimeVue...
### Describe the bug ``` {{ slotProps.option.cnpj ? slotProps.option.cnpj + ' - ' + slotProps.option.nome : slotProps.option.nome }} ``` The behavior of autocomplete above isn't normal. While in another form...
### Describe the bug The shown tooltip doesn't hide and keeps showing even if the mouse is not hovering a button anymore. This bug was originally reported in #5434 ###...
###Defect Fixes Fix for #4861
### Describe the bug I am trying to create component tests for my custom DataTable wrapper, but it throws this error: ``` Error: PrimeVue is not installed! ❯ Proxy.usePrimeVue node_modules/primevue/config/config.cjs.js:161:11...