Skip to content

Commit d660163

Browse files
committed
refactor(picker-column): add presentation role
1 parent 53bc4c9 commit d660163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/components/picker-column/picker-column.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@ export class PickerColumn implements ComponentInterface {
682682
{this.renderAssistiveFocusable()}
683683
<slot name="prefix"></slot>
684684
<div
685+
role="presentation"
685686
class="picker-opts"
686687
ref={(el) => {
687688
this.scrollEl = el;

0 commit comments

Comments
 (0)