-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Status: Needs TriageIssue will be reviewed by Core Team and a relevant label will be added as soon as possibleIssue will be reviewed by Core Team and a relevant label will be added as soon as possible
Description
Describe the bug
Storybook’s accessibility addon identifies problems with the PrimeVue Password component. Currently, the component always sets the aria-haspopup attribute to true, regardless of the feedback property’s value. For correct accessibility implementation, the aria-haspopup attribute should only be applied when the feedback property is set to true.
Pull Request Link
Reason for not contributing a PR
- Lack of time
- Unsure how to implement the fix/feature
- Difficulty understanding the codebase
- Other
Other Reason
No response
Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-template-fh5sy7qu?file=src%2FApp.vue
Environment
Not applicable.
Vue version
3.5.20
PrimeVue version
4.3.9
Node version
22.x
Browser(s)
Not applicable.
Steps to reproduce the behavior
Not applicable.
Expected behavior
Not applicable.
Metadata
Metadata
Assignees
Labels
Status: Needs TriageIssue will be reviewed by Core Team and a relevant label will be added as soon as possibleIssue will be reviewed by Core Team and a relevant label will be added as soon as possible