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 Summary The `` component triggers a deprecated `DOMNodeInserted` warning. ### Steps to Reproduce 1. Add `` to a Vue component. 2. Run the project...

Status: Pending Review

### Describe the bug # AutoComplete Keyboard Navigation Issue during IME Input ## Issue Description When using IME input (Korean) the keyboard navigation (arrow keys) in the AutoComplete component doesn't...

Status: Pending Review

### Describe the bug IOS opens with inputmode=numeric or inputmode=decimal a keyboard without a negative character. That's why you can't enter negative numbers with iPhones. A workarround could be to...

Status: Pending Review

### Describe the bug ![image](https://github.com/user-attachments/assets/16cf84d9-bbfa-4ee7-b5d2-274ff213b8ed) If you define minFractionDigits=0 and maxFractionDigits=2 then results an inputMode="numeric". But correct is inputMode="decimal". This is because the "...!minFractionDigits ? 'numeric' : 'decimal' " I...

Status: Pending Review
Status: Needs Triage

### Describe the bug When using column reordering with selectionMode="multiple or single" enabled, each time a column is reordered, an additional copy of the first column selectionMode is appended to...

Status: Needs Triage

### Describe the bug It is not possible to manually input a date with year less than 1000, except by adding a leading 0. However, this zero gets immediately removed,...

Status: Needs Triage

### Describe the bug I am trying to support grouping and sorting on my DataTable to work together. I understand that in order for grouping to work, the table needs...

Status: Needs Triage

### Describe the bug Galleria element's close button are not working as `v-model:visible="boolean"` syntax is outdated in vue 3. The solution is emitting the `update` property. ```js v-bind:visible="displayImg" @update:visible="displayImg =...

Resolution: Cannot Replicate

### Describe the bug I'm trying to use pass through to pass a design token from a Password component to its InputText, but the InputText is not receiving anything being...

Status: Needs Triage

- Quill upgrade to v2.0.2 - import official Quill style and apply only specific style overrides - Proper support to custom Toolbar through modules property - Add Custom Toolbar doc