primevue
primevue copied to clipboard
Next Generation Vue UI Component Library
### Describe the bug When adding bootstrap-vue to project an alias like below is required: `resolve: { alias: { vue: '@vue/compat', }, }` However, this breaks Primevue DataTable multiple selection...
### Describe the feature you would like to see added Add possibility to define default props via passthrough. Add possibility to set icons and/or default slot content via passthrough. In...
### Describe the bug I have an autocomplete, which I use to get items from the remote server method, and I have a watcher that gets triggered as soon as...
### Describe the feature you would like to see added Hey all 👋 It would be great to have a way to handle the `cell-edit-complete` async, especially when you want...
### Describe the bug 1. reorderable-column is not being respected on the column. The data-p-reorderable is always true. 2. additionaly you can sometimes still reorder the selector column, it is...
### Describe the bug The component works if the screen is tiny, however when using a large width it does not even trigger the lazy load method and displays two...
### Describe the bug According to an existant issue but not resolved (https://github.com/primefaces/primevue/issues/2762), I would like to ask for change on the auto complete component. What I would like to...
### Describe the bug The HTML element that includes the header and close button in the dialog component remains taking full space (mainly from padding) even if both elements (text...
### Describe the bug It may not be immediately obvious, but storing the`InputNumber` value as a number and emitting it as such is a bad idea. Similarly, requiring the `min`,...
### Describe the bug When using a slot to provide an icon, the `iconPos` prop does not have any effect. I noticed this behavior while using Font Awesome icons. Even...