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 **Issue**: When implementing nonce with the PrimeVue library in a Vite-based Vue project, the nonce attribute in styles becomes empty if Content-Security-Policy (CSP) headers are set,...

Resolution: Cannot Replicate

### Describe the bug ` Direct ` So when I type in that InputText field, it loses focus every key press. I think because the same value is used in...

Type: Bug

### Describe the bug While creating a library on top of Primevue, I'm trying to convert Accordion with a local passthrough prop. But, it is not rendering. It could be...

Status: Needs Triage

### Describe the bug In the PrimeVue Calendar component, when switching the :view property dynamically (for example, from "date" to "month" via a Dropdown selection), the calendar does not immediately...

Status: Needs Triage

### Describe the feature you would like to see added Ability to view tooltips on mobile ### Is your feature request related to a problem? Using tooltip on non-form elements...

Type: Enhancement

### Describe the bug DataTable doesn't sort correctly with Nordic characters: "Å" is last in Norwegian, while DataTable sorts it immediately after "A". [localeCompare](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare) and [Intl.Collator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/Collator) sort these correctly. I...

Type: Enhancement

### Describe the bug When using Tailwind, the ButtonBar and Current Date aren't stylized ![image](https://github.com/primefaces/primevue/assets/19601133/6eb03668-d9b2-4d4b-9bc4-5319b23b3fe3) ### Reproducer https://stackblitz.com/edit/4j5vwo?file=src%2FApp.vue ### PrimeVue version 3.29.0 ### Vue version 3.x ### Language TypeScript ###...

Component: Unstyled

###Defect Fixes The TreeSelect component is missing filter functinality. The PR adds that functionality. Here's an issue that requests this feature: https://github.com/primefaces/primevue/issues/2832 ###Feature Requests The TreeSelect component is missing filter...

Resolution: Needs Revision

### Describe the bug When you have multiple days selected on a Calendar, if you unselect a date it will always navigate to the month with the last value in...

Type: Bug

### Describe the bug When using the PrimeVue InputNumber component on the page [https://primevue.org/inputnumber](https://primevue.org/inputnumber), the component incorrectly interprets decimal values. Specifically, when a user attempts to enter the decimal value...

Status: Pending Review