Skip to content

Commit

Permalink
fix(VSelect): add option role to VListItem elements
Browse files Browse the repository at this point in the history
resolves #17767
  • Loading branch information
Tboodle committed Nov 17, 2023
1 parent 7e3f892 commit ebad174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VSelect/VSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export const VSelect = genericComponent<new <
index,
props: itemProps,
}) ?? (
<VListItem { ...itemProps }>
<VListItem { ...itemProps } role="option">
{{
prepend: ({ isSelected }) => (
<>
Expand Down

0 comments on commit ebad174

Please sign in to comment.