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 48dedee commit 80f684bCopy full SHA for 80f684b
index.js
@@ -65,7 +65,7 @@ class RemoteInputElement extends HTMLElement {
65
66
async fetchResults(checkCurrentQuery: boolean = true) {
67
if (!this.input) return
68
- const query = this.input.value.trim()
+ const query = this.input.value
69
if (checkCurrentQuery && this.currentQuery === query) return
70
this.currentQuery = query
71
const src = this.src
0 commit comments