Skip to content

Commit

Permalink
k-button: add aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Jul 22, 2024
1 parent 744a004 commit 60aefe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panel/src/components/Navigation/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export default {
const attrs = {
"aria-current": this.current,
"aria-disabled": this.disabled,
"aria-label": this.title ?? this.text,
"aria-selected": this.selected,
"data-responsive": this.responsive,
"data-size": this.size,
Expand Down

0 comments on commit 60aefe1

Please sign in to comment.