We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d660163 commit 3583fcdCopy full SHA for 3583fcd
core/src/components/picker-column/picker-column.tsx
@@ -682,7 +682,7 @@ export class PickerColumn implements ComponentInterface {
682
{this.renderAssistiveFocusable()}
683
<slot name="prefix"></slot>
684
<div
685
- role="presentation"
+ aria-hidden="true"
686
class="picker-opts"
687
ref={(el) => {
688
this.scrollEl = el;
@@ -716,7 +716,7 @@ export class PickerColumn implements ComponentInterface {
716
<div class="picker-item-empty" aria-hidden="true">
717
718
</div>
719
- <slot></slot>
+ <slot aria-hidden="false"></slot>
720
721
722
0 commit comments