Skip to content

Commit

Permalink
fix(core): add missing ariaDescription to InternalsController (#2727)
Browse files Browse the repository at this point in the history
* fix(core): add ariaDescription to InternalsController

* chore(core): add changeset
  • Loading branch information
zeroedin authored Mar 27, 2024
1 parent 1b8f5ae commit e62244f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-news-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@patternfly/pfe-core": patch
---

`InternalsController`: added missing `ariaDescription` defined by ARIAMixin
1 change: 1 addition & 0 deletions core/pfe-core/controllers/internals-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export class InternalsController implements ReactiveController, ARIAMixin {
@aria ariaColIndexText: string | null = null;
@aria ariaColSpan: string | null = null;
@aria ariaCurrent: string | null = null;
@aria ariaDescription: string | null = null;
@aria ariaDisabled: string | null = null;
@aria ariaExpanded: string | null = null;
@aria ariaHasPopup: string | null = null;
Expand Down

0 comments on commit e62244f

Please sign in to comment.