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.
no-autofocus-attribute
1 parent c55eca2 commit b7fa101Copy full SHA for b7fa101
app/components/search-form.hbs
@@ -12,6 +12,11 @@
12
>
13
{{! template-lint-disable require-input-label}}
14
{{! disabled due to https://github.com/ember-template-lint/ember-template-lint/issues/2141 }}
15
+
16
+ {{! template-lint-disable no-autofocus-attribute}}
17
+ {{! disabled because this is a "form field that serves as the main purpose of the page" }}
18
+ {{! see https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-autofocus-attribute.md }}
19
20
<input
21
type="text"
22
local-class="input-lg"
0 commit comments