We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the Dialog close button uses the local variable close and not aria.close as indicated in the documentation.
close
aria.close
No response
"primereact": "10.8.3" "react": "^18.2.0"
The text was updated successfully, but these errors were encountered:
Fix primefaces#7301: Dialog fix aria close label
a18b0c9
fix primefaces#7301 : use the locale proterty 'aria.close' instead of…
5e9c3a2
… 'close'
Fix #7301: Dialog fix aria close label (#7302)
cbed1b6
melloware
Successfully merging a pull request may close this issue.
Describe the bug
Currently, the Dialog close button uses the local variable
close
and notaria.close
as indicated in the documentation.Reproducer
No response
System Information
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: