primevue icon indicating copy to clipboard operation
primevue copied to clipboard

Next Generation Vue UI Component Library

Results 781 primevue issues
Sort by recently updated
recently updated
newest added

### Describe the bug When filter is on and autoFilterFocus as well then on closing the select it wants to focus the filterInput. But the filterInput is null. I don't...

Status: Needs Triage

### Describe the bug When using the https://primevue.org/datatable/#virtualscroll feature of the DataTable component, the horizontal row borders are missing. ![image](https://github.com/user-attachments/assets/5770f7b2-b1ae-49ff-b2e4-0cb3d57aadaa) ### Reproducer https://stackblitz.com/edit/u3pycg?file=src%2FApp.vue ### PrimeVue version 4.0.0 ### Vue version...

Status: Needs Triage

### Describe the bug I think that toggleCallback is missing on the dropdownbutton slot for DatePicker, so there is no way to trigger the opening of the calendar when using...

Status: Needs Triage

### Defect Fixes - fix #6539 - There is an issue where `this.$refs.filterInput.$el` is not defined when opening the select. - Upon investigation, I found that `filterInput` is only rendered...

### Describe the bug When using Nuxt with PrimeVue, during static site generation (SSG), I found that there are many styles present in each HTML file, and these styles are...

Status: Needs Triage

This PR fixes [#5745](https://github.com/primefaces/primevue/issues/5745). The event.preventDefault() method has been removed. The touch event uses the .passive modifier, and also uses the preventDefault method. On mobile devices, the browser will report...

Resolution: Needs Revision

### Describe the feature you would like to see added all components should have a size from small to large ### Is your feature request related to a problem? No...

Status: Discussion
Type: New Feature

### Describe the bug ConfirmPopup component is rendered in wrong place when not used inside tag. After clicking on the same element a second time while the ConfirmPopup is still...

Type: Bug

### Describe the bug Closing a DynamicDialog does not destroy the underlying Dialog component. It does, however, multiply the number of css styles associated with dialog. Old dialogs are no...

Status: Needs Triage

### Describe the bug The problem occurs in components where you can specify a virtual scroller by props (select, multiselect, autocomplete) The autoSize property does not work, the height of...

Status: Needs Triage