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 53bc4c9 commit d660163Copy full SHA for d660163
core/src/components/picker-column/picker-column.tsx
@@ -682,6 +682,7 @@ export class PickerColumn implements ComponentInterface {
682
{this.renderAssistiveFocusable()}
683
<slot name="prefix"></slot>
684
<div
685
+ role="presentation"
686
class="picker-opts"
687
ref={(el) => {
688
this.scrollEl = el;
0 commit comments