You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting "required" attribute to Dropdown component, the screen reader doesn't inform the user that this dropdown is required as it is only added to p-dropdown element.
Describe the bug
When setting "required" attribute to Dropdown component, the screen reader doesn't inform the user that this dropdown is required as it is only added to p-dropdown element.
Environment
Primeng 16
also tested on Primeng 14 and 17
Reproducer
https://stackblitz.com/edit/2yfb3e?file=src%2Fapp%2Fdemo%2Fdropdown-basic-demo.html
Angular version
16.2.12
PrimeNG version
16.9.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
latest
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
required and aria-required attribute should be available for screen reader so that user gets informed that the dropdown element is required.
The text was updated successfully, but these errors were encountered: