Skip to content

Commit 664f974

Browse files
tyler-daneCopilot
andauthored
Update packages/web/src/components/SelectView/SelectView.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b97ba17 commit 664f974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web/src/components/SelectView/SelectView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export const SelectView = ({
102102
{...getFloatingProps()}
103103
data-testid="view-select-dropdown"
104104
className="absolute top-full right-0 z-50 mt-1 min-w-[140px] rounded border border-gray-600 bg-gray-800 py-1 shadow-lg"
105+
role="listbox"
105106
>
106107
<button
107108
onClick={() => handleOptionClick(onSelectNow)}

0 commit comments

Comments
 (0)