mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
aria-label enhancements
This commit is contained in:
parent
fb60c57af2
commit
5b72a7732f
3 changed files with 3 additions and 3 deletions
|
@ -81,7 +81,7 @@ export default {
|
|||
return UniqueComponentId();
|
||||
},
|
||||
buttonAriaLabel() {
|
||||
return this.toggleButtonProps && this.toggleButtonProps['aria-label'] ? this.toggleButtonProps['aria-label'] : this.header;
|
||||
return this.toggleButtonProps && this.toggleButtonProps.ariaLabel ? this.toggleButtonProps.ariaLabel : this.header;
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue