Form elements must have labels

This commit is contained in:
Kevin Picchi
2019-11-12 16:55:32 +00:00
parent 8454889f63
commit 83f9b01852
+1 -1
View File
@@ -99,7 +99,7 @@ function style() {
function tpl(defaultValue = '') {
const html =
`<div class="input-wrap">
<input type="search" value="${defaultValue}" />
<input type="search" value="${defaultValue}" aria-label="Search text" />
<div class="clear-button">
<svg width="26" height="24">
<circle cx="12" cy="12" r="11" fill="#ccc" />