Skip to content

Commit

Permalink
refactor(picker-column): add ariahidden
Browse files Browse the repository at this point in the history
  • Loading branch information
thetaPC committed Dec 5, 2024
1 parent d660163 commit 3583fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/components/picker-column/picker-column.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ export class PickerColumn implements ComponentInterface {
{this.renderAssistiveFocusable()}
<slot name="prefix"></slot>
<div
role="presentation"
aria-hidden="true"
class="picker-opts"
ref={(el) => {
this.scrollEl = el;
Expand Down Expand Up @@ -716,7 +716,7 @@ export class PickerColumn implements ComponentInterface {
<div class="picker-item-empty" aria-hidden="true">
&nbsp;
</div>
<slot></slot>
<slot aria-hidden="false"></slot>
<div class="picker-item-empty" aria-hidden="true">
&nbsp;
</div>
Expand Down

0 comments on commit 3583fcd

Please sign in to comment.