mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
refactor(ComboBox): renaming example to Reactive example
This commit is contained in:
parent
11bb2a3b38
commit
591c352928
2 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ items={[
|
||||||
{id: "2", text: "Fax"}
|
{id: "2", text: "Fax"}
|
||||||
]} />
|
]} />
|
||||||
|
|
||||||
### Programmatically set selected index
|
### Reactive example
|
||||||
|
|
||||||
<FileSource src="/framed/ComboBox/ProgSelectedIndexComboBox" />
|
<FileSource src="/framed/ComboBox/ReactiveComboBox" />
|
||||||
|
|
||||||
### Clear selection
|
### Clear selection
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue