mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(combo-box): disabled combobox should not open
This commit is contained in:
parent
718a7fcabd
commit
f8ae391ef6
2 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,7 @@ items={[
|
|||
|
||||
### Disabled
|
||||
|
||||
<ComboBox titleText="Contact" placeholder="Select contact method"
|
||||
disabled
|
||||
<ComboBox disabled titleText="Contact" placeholder="Select contact method"
|
||||
items={[
|
||||
{id: "0", text: "Slack"},
|
||||
{id: "1", text: "Email"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue