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 Hello, there is a bug on columns reordering. See screenshots. Open the example in documentation https://www.primefaces.org/primevue/datatable/reorder . Try to place Code column between Name and Category....

bug

When slider was in range mode, incrementing or decrementing the first handle messed up the model value. ###Defect Fixes When submitting a PR, please also create an issue documenting the...

### Describe the bug If the slider is in range mode, the incrementValue and decrementValue functions do not get the index of the model value to update. Thus, the model...

bug

### Describe the bug Incorrect sorting in the data table when using Cyrillic. Data is sorted in different ways (from mysql database and Prime DataTable rendering) **Vue version:** 3.2.37 **PrimeVue...

pending-review

Hello, When we use the multiselect without filter so we have an option with no text. It's a good upgrade to set this text if we can have text label....

enhancement
priority - high

When using i18n with DataTable (Column headers are translated) and setting stateStorage = "local" and stateKey -> If "v-if" is set on the component with DataTable, then an error occurs...

discussion
cannot replicate

**I'm submitting a ...** ``` [ ] bug report [x] feature request [ ] support request ``` **Current behavior** When typing decimal using numeric keypad, nothing happens when hitting the...

pending-review

### Describe the feature you would like to see added Hello how are you ? I would like to change the rating component icons, using svg or the primeicons. Something...

enhancement

### Describe the feature you would like to see added A slot option for the autocomplete's selected item in the input. Bottom component is desired effect after selection ![image](https://user-images.githubusercontent.com/12689117/183757723-2f0ab082-3d8e-471e-bcce-0ef493947259.png) I...

enhancement

### Describe the bug ConfirmDialog won't the reject event be triggered when closing things? What is the best practice to listen to the close event? ### Reproducer https://codesandbox.io/s/nostalgic-https-31pz16?file=/src/ConfirmDialogDemo.vue ### PrimeVue...

bug