refactor(ComboBox): renaming example to Reactive example

This commit is contained in:
István Pató 2022-01-12 09:16:43 +01:00
commit 591c352928
No known key found for this signature in database
GPG key ID: 3A842123BFF8E969
2 changed files with 2 additions and 2 deletions

View file

@ -25,9 +25,9 @@ items={[
{id: "2", text: "Fax"}
]} />
### Programmatically set selected index
### Reactive example
<FileSource src="/framed/ComboBox/ProgSelectedIndexComboBox" />
<FileSource src="/framed/ComboBox/ReactiveComboBox" />
### Clear selection