Skip to content

Commit

Permalink
Disable button in Combobox (#2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurakwhit authored Jul 2, 2024
1 parent b750ebf commit 006d5e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/holocene/combobox/combobox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
variant="ghost"
size="xs"
on:click={toggleList}
{disabled}
>
<Icon name={$open ? 'chevron-up' : 'chevron-down'} />
</Button>
Expand Down

0 comments on commit 006d5e1

Please sign in to comment.