We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6128691 commit 0d93550Copy full SHA for 0d93550
examples/index.html
@@ -4,7 +4,7 @@
4
<meta charset="utf-8">
5
<title>combobox-nav demo</title>
6
<!-- <script type="text/javascript" src="../dist/combobox-nav.umd.js"></script> -->
7
- <script type="text/javascript" src="https://unpkg.com/@github/combobox-nav@latest"></script>
+ <script type="text/javascript" src="https://unpkg.com/@github/combobox-nav@latest/dist/combobox-nav.umd.js"></script>
8
<style>[aria-selected="true"] { font-weight: bold; }</style>
9
</head>
10
<body>
0 commit comments