-
### Describe the bug
There's a bug in this function:
```
isYearSelected(year) {
if (!this.isComparable()) return false;
if (this.isMultipleSelection()) {
…
-
### Describe the bug
My code is arranged on CSS layers "vendor" and "custom". Trying to import the primevue styles to a nested layer inside "vendor" but the style from components keep creating a "pri…
nneto updated
5 months ago
-
i am getting the following error on page load, i am using nuxt with primevue ui, i am also mentioning a reproduction,
just look for errors in console, the example in reproduction is a menu compone…
-
### Describe the bug
I'm using a datatable with server-side filtering and sorting. I am handling showing/hiding columns according to the PrimeVue documentation. I've noticed that when I show or hid…
-
### Describe the bug
When I put modal parameter to false, I don't see the overlay but I can't interact with elements behind the drawer
### Reproducer
https://stackblitz.com/edit/qkuurx?file=src%2FA…
-
### Describe the bug
https://github.com/user-attachments/assets/2d6262db-d13e-4498-aea9-b5decfe75cb2
I will open a fix PR
### Reproducer
https://stackblitz.com/edit/zfjexy?file=src%2FApp.vue
…
-
### 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`, `max`, and `step` values …
-
### Describe the bug
https://primevue.org/editor/ requires quill lib to be installed separately, but provides hardcoded quill-styles (hardcoded to version 1.3.3).
latest quill version is 2.0.2 and…
-
### Environment
- Operating System: Linux
- Node Version: v20.9.0
- Nuxt Version: 3.11.2
- CLI Version: 3.11.1
- Nitro Version: 2.9.6
- Package Manager: npm@10.1.0
- Builder:…
-
### Describe the bug
When having a 100% input, the panel is also set to 100%. However if I want to set the panel width to a specific value (320px for example) by using the panelStyle prop or by usi…