Skip to content

Commit

Permalink
Go
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Oct 12, 2023
1 parent 3ce4891 commit b4ca1b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/VirtualSelect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export const VirtualSelect = React.forwardRef<HTMLDivElement, SearchSelectProps>
>
<Combobox.Button className='w-full'>
{icon && <IconSearch icon={icon} />}

<Combobox.Input
className={comboBoxStyles(value, disabled, !!icon)}
placeholder={placeholder}
Expand Down

0 comments on commit b4ca1b3

Please sign in to comment.