We're unable to replicate your issue, if you are able to create a reproducer by using [PrimeVue Issue Template](https://stackblitz.com/edit/primevue-4-vite-issue-template) or add details please edit this issue. This issue will be closed if no activities in 20 days.
Thanks a lot for this issue! PrimeVue team's roadmap is busy, but community feedback is crucial in prioritization. The more upvotes help ensure this fix can be addressed quickly or the related PR can be merged soon.
- name:Needs More Information
if:contains(github.event.label.name, 'Needs More Information')
uses:actions-cool/issues-helper@v3
with:
actions:'create-comment'
token:${{ secrets.GITHUB_TOKEN }}
issue-number:${{ github.event.issue.number }}
body:|
More information is needed to find a solution. A runnable StackBlitz example and additional details would be helpful.
- name:Wontfix
if:contains(github.event.label.name, 'Wontfix')
uses:actions-cool/issues-helper@v3
with:
actions:'create-comment'
token:${{ secrets.GITHUB_TOKEN }}
issue-number:${{ github.event.issue.number }}
body:|
Unfortunately, this issue cannot be fixed due to technical limitations. PrimeVue team has decided not to pursue a fix, as addressing it would introduce other complications. Thanks a lot for your understanding!
Due to PrimeVue team's busy roadmap, this issue is available for anyone to work on. [**Make sure to reference this issue in your pull request.**](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) :sparkles:Thank you for your contribution! :sparkles: