Form elements must have labels

This commit is contained in:
Kevin Picchi 2019-11-12 16:55:32 +00:00
parent 8454889f63
commit 83f9b01852
No known key found for this signature in database
GPG Key ID: 85482769DAA4E834

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" />