Skip to content

Commit

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

0 comments on commit d660163

Please sign in to comment.