Fixed #5277 - Dropdown: aria-label missing from inner ul element

This commit is contained in:
tugcekucukoglu 2024-04-24 09:03:12 +03:00
parent b2a4af2fce
commit c390ba7270
6 changed files with 19 additions and 5 deletions

View file

@ -275,6 +275,7 @@ export interface PrimeVueLocaleAriaOptions {
zoomOut?: string;
rotateRight?: string;
rotateLeft?: string;
listLabel?: string;
}
export interface PrimeVueLocaleOptions {