Skip to content

Commit

Permalink
fix: Do not lint button in combobox
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroWave022 committed Oct 6, 2024
1 parent 64ab8ea commit 51aff17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Combobox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function Combobox({
<PopoverTrigger asChild>
<Button
variant='outline'
role='combobox'
role='combobox' // biome-ignore lint: Button is styled, so we're not using the select element
aria-expanded={open}
aria-label={ariaLabel}
className={cx('w-[200px] justify-between', buttonClassName)}
Expand Down

0 comments on commit 51aff17

Please sign in to comment.