Component: p-picklist #14420
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
LTS-PORTABLE
Issue's fix will be ported to supported LTS versions
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
With the PickList component, using the Input
leftButtonAriaLabel
to set up the aria label of the 'move to left' button does not work. The value of the InputallLeftButtonAriaLabel
is used instead.Environment
Using VSCode and Angular v17 with the latest version from PrimeNG (17).
Reproducer
No response
Angular version
17.0.7
PrimeNG version
17.1.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.1
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Aria label from the button to put a selected element on the left should not have the value given to 'allLeftButtonAriaLabel', instead it should have the value from leftButtonAriaLabel.
The text was updated successfully, but these errors were encountered: