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 cceee9b commit eb448eaCopy full SHA for eb448ea
lib/rules/autocomplete-matches.js
@@ -2,7 +2,7 @@ import { sanitize } from '../commons/text';
2
import standards from '../standards';
3
import { isVisible } from '../commons/dom';
4
5
-function autocompleteMatches(node, virtualNod, flag=false) {
+function autocompleteMatches(node, virtualNode, flag=false) {
6
const autocomplete = virtualNode.attr('autocomplete');
7
if ((!autocomplete || sanitize(autocomplete) === '') && !flag) {
8
return false;
0 commit comments