Skip to content

Commit a2505fd

Browse files
committed
avoid autocapitalization and autocomplete in tag-name-input
1 parent 290d8b4 commit a2505fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/components/naming-your-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Try typing a tag name below to see if it's a valid custom element tag:
2222

2323
<label class="interactive-input">
2424
Tag Name:
25-
<input type="text" is="tag-name-input" placeholder="fancy-button">
25+
<input type="text" is="tag-name-input" placeholder="fancy-button" autocomplete="off" autocapitalize="off">
2626
<p class="valid">
2727
{% icon "true" %}
2828
<span>Valid custom element name!</span>

0 commit comments

Comments
 (0)