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 290d8b4 commit a2505fdCopy full SHA for a2505fd
learn/components/naming-your-components.md
@@ -22,7 +22,7 @@ Try typing a tag name below to see if it's a valid custom element tag:
22
23
<label class="interactive-input">
24
Tag Name:
25
- <input type="text" is="tag-name-input" placeholder="fancy-button">
+ <input type="text" is="tag-name-input" placeholder="fancy-button" autocomplete="off" autocapitalize="off">
26
<p class="valid">
27
{% icon "true" %}
28
<span>Valid custom element name!</span>
0 commit comments