primevue
primevue copied to clipboard
Next Generation Vue UI Component Library
### 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...
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...
DataTable VirtualScroller: The VirtualScroller inline wrapper has an inconsistent height calculation
### 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**...
### 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...
Reference issue https://github.com/primefaces/primevue/issues/5316 - [ ] Menubar - [ ] MegaMenu - [ ] TieredMenu
### 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...
### 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...
### 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...
### 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...
### 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...