primevue
primevue copied to clipboard
Next Generation Vue UI Component Library
### Describe the bug Starting with Vue v3.4.15, DataTable throws the following error when Row Grouping is used in combination with Advanced (menu type) filters. **_Uncaught (in promise) Maximum recursive...
### Describe the bug When you have a horizontal scrollbar present with frozen columns, and the data changes to make these frozen columns a bit wider, the frozen columns shift...
### Describe the bug TreeNode ignores "node.selectable === false" with selectionMode checkbox https://github.com/primefaces/primevue/blob/3923edff54d789946d39c815d45974123d709bff/components/lib/tree/TreeNode.vue#L142 this means if item should not be selected - it still will be selected ### Reproducer https://github.com/primefaces/primevue/blob/3923edff54d789946d39c815d45974123d709bff/components/lib/tree/TreeNode.vue#L142...
### Describe the bug with integerOnly I cannot use numbers pad. ### Reproducer https://primevue.org/inputotp/#integeronly ### PrimeVue version 3.49.0 ### Vue version 3.x ### Language TypeScript ### Build / Runtime Vue...
### Describe the bug This is a screenshot from the docs page. The menubar seems to be misaligned for some reason. I've fixed this in my project by overriding `.p-menubar...
### Describe the bug Hello I noticed a white border around the toast component whenever I'm in dark mode. The bug is reflected in the reproducer. I tried it with...
### Describe the bug When using MultiSelect in combination with VirtualScroller, I am experiencing a render bug when there are duplicate option labels. In the reproducer link, as you start...
### Describe the bug I created a custom column because I do not want to repeat the default props for columns in all the tables ```vue import Column from 'primevue/column'...
### Describe the bug I happened to pull the @latest from npm 3.47 instead of 3.46 and the single select mode of the data table's radio button was messed up....
### Describe the bug Hello, I've a problem with the Multiselect component using the virtualscroller. It has by default a fixed size, and you can auto adjust it by adding...