mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #5277 - Dropdown: aria-label missing from inner ul element
This commit is contained in:
parent
b2a4af2fce
commit
c390ba7270
6 changed files with 19 additions and 5 deletions
1
components/lib/config/PrimeVue.d.ts
vendored
1
components/lib/config/PrimeVue.d.ts
vendored
|
@ -275,6 +275,7 @@ export interface PrimeVueLocaleAriaOptions {
|
|||
zoomOut?: string;
|
||||
rotateRight?: string;
|
||||
rotateLeft?: string;
|
||||
listLabel?: string;
|
||||
}
|
||||
|
||||
export interface PrimeVueLocaleOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue