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 eba801b commit 0f51cdbCopy full SHA for 0f51cdb
src/autocomplete.ts
@@ -59,7 +59,7 @@ export default class Autocomplete {
59
if (!this.results.getAttribute('aria-label')) {
60
this.results.setAttribute('aria-label', 'results')
61
}
62
-
+
63
this.input.setAttribute('autocomplete', 'off')
64
this.input.setAttribute('spellcheck', 'false')
65
0 commit comments