Skip to content

Commit

Permalink
Combo: Show value usage (#494)
Browse files Browse the repository at this point in the history
* refactor(combo): update the overview sample

* refactor(combo): update overview sample

---------

Co-authored-by: HUSSAR-mtrela (Martin Trela) <HUSSAR-mtrela@users.noreply.github.com>
  • Loading branch information
simeonoff and HUSSAR-mtrela authored Oct 10, 2023
1 parent 679f58e commit 28d855e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions samples/inputs/combo/overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
<div id="root">
<div class="container sample center">
<igc-combo
id="combo"
value-key="id"
display-key="name"
id='combo'
value-key='id'
display-key='name'
value='["BG01"]'
>
</igc-combo>
</div>
Expand Down

0 comments on commit 28d855e

Please sign in to comment.