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 Trying to use Primevue within a laravel project using inertia.js results in an import error crashing the ssr server. My understanding is that this should not...

Status: Pending Review

From Discord, as described, a way to override the 'body' element for Portal, so that e.g when one builds components that may be used inside web components, portals can be...

Resolution: Needs Revision

### Describe the bug When adding a `DataTable` with `VirtualScroller` and global filtering functionality, upon changing the filter, the height calculation seems to break, leading to the following situation: **Actual**...

Type: Bug

### Describe the bug Im using the latest PrimeVue Version 3.48.0 and I just upgraded Vite from 4 to 5. After migration the common styles of each primevue components are...

Status: Pending Review

Reference issue https://github.com/primefaces/primevue/issues/5316 - [ ] Menubar - [ ] MegaMenu - [ ] TieredMenu

Type: Enhancement

### Describe the bug Setting an Menuitem to invisible like this: item.visible = false hides the menuitem correctly in the UI. However when navigating with Keyboard-Arrows the hidden Item still...

Type: Bug

### Describe the bug When removing a toast and adding one or more toasts at the same time, the wrong toast may be removed. The following is the current code...

Status: Pending Review

### Describe the bug You have a model `products` and you have a variable for the current selected rows `selectedRows` which should get updated every time you select a checkbox...

Status: Needs Triage

### Describe the bug Carousel does not allow for scrolling vertically on mobile, and because it takes up most of the screen height, this is really poor UX. ### Reproducer...

Status: Needs Triage

### Describe the bug First of all thanks for the most amazing components library, well done I am trying to get the datatable working using cdn, however it comes up...

Resolution: Cannot Replicate