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 6c5c99e commit 342e80fCopy full SHA for 342e80f
examples/index.html
@@ -69,7 +69,7 @@ <h1>Autofocus example</h1>
69
<details>
70
<summary data-menu-button autofocus>Autofocus picker</summary>
71
<details-menu>
72
- <input type="text" placeholder="Autofocus wannabe filter" autofocus />
+ <input type="text" autofocus />
73
<button type="submit" name="robot" value="Hubot" role="menuitemradio" data-menu-button-text>Hubot</button>
74
<button type="submit" name="robot" value="Bender" role="menuitemradio" data-menu-button-text>Bender</button>
75
<button type="submit" name="robot" value="BB-8" role="menuitemradio" data-menu-button-text>BB-8</button>
0 commit comments