Skip to content

Commit

Permalink
Merge pull request #15163 from primefaces/issue-15084
Browse files Browse the repository at this point in the history
Fixed #15084 - Listbox | Missing aria-label
  • Loading branch information
cetincakiroglu authored Mar 26, 2024
2 parents d5ec062 + 6223333 commit ec9f560
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/components/listbox/listbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,11 @@ export class Listbox implements AfterContentInit, OnInit, ControlValueAccessor,
* @group Props
*/
@Input() autoOptionFocus: boolean | undefined = true;
/**
* Defines a string that labels the input for accessibility.
* @group Props
*/
@Input() ariaLabel: string | undefined;
/**
* When enabled, the focused option is selected.
* @group Props
Expand Down

0 comments on commit ec9f560

Please sign in to comment.