diff --git a/scripts/playground.html b/scripts/playground.html
index cc8cf633..72b6817c 100644
--- a/scripts/playground.html
+++ b/scripts/playground.html
@@ -15,12 +15,7 @@
-
@@ -30,11 +25,15 @@
docsearch({
apiKey: '25626fae796133dc1e734c6bcaaeac3c',
indexName: 'docsearch',
- inputSelector: '#q,#z',
+ inputSelector: '#q',
+ // handleSelected(input, event, suggestion) {
+ // console.info("You selected", suggestion);
+ // },
debug: true // Set debug to true if you want to inspect the dropdown
});