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 It seems that the hover styling for Dropdown & MultiSelect was removed in 3.48.0. Now, the only way to achieve a hover effect is when `focusOnHover`...

Status: Needs Triage

Fixes #2597. The problem is related to the fact that the `click` event is used to recognize a click on the outside of an element, so that a planned action...

Status: Pending Review

### Describe the bug I saw the menubar component add 'p-menubar-mobile' class to the root be delayed, that is cause making break the menu items when first loading on mobile...

Resolution: Cannot Replicate

### Describe the bug Hey PrimeVue team, I have been using the PrimeVue library for the past few months and have been loving it so far! Keep up the great...

Status: Needs Triage

### Describe the bug According to the documentation example it should be possible to toggle the class for the darkModeSelector on the body element. However this leads to mixed results....

Status: Needs Triage

### Describe the bug In the component `Accordion.vue`, in headericon the `active` parameter returns a boolean value, but typed(`AccordionTab.d.ts`) in interface `AccordionTabSlots.headericon` as if it were returning a function. This...

Status: Pending Review

### Describe the bug There are 2 issues at hand: 1. TS definitions for `DataTablePassThroughOptions` are not in sync with documentation. Specifically, in TS file we have this `column?: ColumnPassThroughOptionType;`...

Component: Documentation

### Describe the bug When 24-hours is enabled on calendar component, and one select the current date without changing the hours, the hours is ignored and is set to 00....

Status: Needs Triage

### Describe the bug Probably a subset of [this issue](https://github.com/primefaces/primevue/issues/5600). A minimal reproduction is: ```vue ``` If you click the dropdown, AutoComplete gets stuck in a loading state, even though...

Status: Pending Review

### Describe the bug Because of [this issue](https://github.com/primefaces/primevue/issues/5579) and [this issue](https://github.com/primefaces/primevue/issues/5557), I thought perhaps that I was using Dropdown in a way that it wasn't designed for, so I decided...

Status: Needs Triage