-
See discussion: https://github.com/orgs/primefaces/discussions/1202
Reproducer: https://stackblitz.com/edit/acnz1y?file=src%2Fapp%2Fdemo%2Finput-mask-basic-demo.html
-
Hi,
Firstly, I would just like to say that I am very appreciative of this library, it has enabled me to upgrade very smoothly from Vue 2 to Vue 3.
I have found a issue when trying to register a …
-
### Describe the bug
I am using the Textarea component with auto-resize and rows="1" set, but the component’s initial height is incorrect, and the bottom of the text is obscured. It requires a keyboa…
-
### Describe the bug
The type definition for the close event shows that the argument for the `close` event is `ToastMessageOptions`. However, during testing, I discovered that the code was emitting a…
-
I am using the Astro framework with Vue and nanostores integrations. All is working fine, except I cannot see nanostores Devtools. They are not displayed (out of the box) under Astro DevTools or Vue D…
-
### Describe the bug
Quill v2.0 is now officially released (see https://github.com/quilljs/quill/releases). PrimeVue's docs state to simply run
```
npm install quill
```
to make the Editor compon…
-
### Describe the bug
Hello PrimeVue team! Seems like a small bug in 4.0.0-rc.1:
`
ℹ Building Nuxt Nitro server (preset: node-server)
nitro 7:24:39 AM
(node:368) [DEP0155] DeprecationWarning: …
-
### Describe the bug
Hi!
In the Editor component with default configuration, when applying "Normal" styling to a text, it renders as `Text` instead of `Text`.
I think this problem comes from ho…
-
### Describe the bug
When using the https://primevue.org/datatable/#virtualscroll feature of the DataTable component, the horizontal row borders are missing.
![image](https://github.com/user-attac…
-
### Describe the bug
```
filterField?: string | ((item: any) => string) | undefined;
```
FilterField is also defined as a function, but the getter is not called (App.vue:34)
```
```
…