Skip to content

Commit 006d5e1

Browse files
authored
Disable button in Combobox (#2181)
1 parent b750ebf commit 006d5e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/holocene/combobox/combobox.svelte

+1
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@
305305
variant="ghost"
306306
size="xs"
307307
on:click={toggleList}
308+
{disabled}
308309
>
309310
<Icon name={$open ? 'chevron-up' : 'chevron-down'} />
310311
</Button>

0 commit comments

Comments
 (0)