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 705912a commit 323d2a4Copy full SHA for 323d2a4
src/plugins/search/component.js
@@ -118,7 +118,7 @@ function style() {
118
function tpl(defaultValue = '') {
119
const html = /* html */ `
120
<div class="input-wrap">
121
- <input type="search" value="${defaultValue}" aria-label="Search" />
+ <input type="search" value="${defaultValue}" />
122
<div class="clear-button">
123
<svg width="26" height="24">
124
<circle cx="12" cy="12" r="11" fill="#ccc" />
0 commit comments