Skip to content

Commit

Permalink
fix(demo): Upgrade UI combo box component (#67)
Browse files Browse the repository at this point in the history
The older version was throwing errors in the JS console. It still seemed
to function, but the noise made debugging more difficult.
  • Loading branch information
joeyparrish authored May 14, 2024
1 parent df32e5b commit 0d51ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</script>

<!-- Load web components used in the demo. -->
<script type="module" src="https://cdn.jsdelivr.net/npm/elix@^9/define/AutoCompleteComboBox.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/elix@^15/define/AutoCompleteComboBox.js"></script>

<!-- Load the code for the query part of the demo. -->
<script src="query.js"></script>
Expand Down

0 comments on commit 0d51ba6

Please sign in to comment.