add aria-label for search field
This commit is contained in:
parent
f1d10f1c9e
commit
3f379a819f
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ function SearchToolbar({
|
||||||
</InputLeftElement>
|
</InputLeftElement>
|
||||||
<Input
|
<Input
|
||||||
placeholder="Search for items to add…"
|
placeholder="Search for items to add…"
|
||||||
|
aria-label="Search for items to add…"
|
||||||
focusBorderColor="green.600"
|
focusBorderColor="green.600"
|
||||||
color="green.800"
|
color="green.800"
|
||||||
value={query}
|
value={query}
|
||||||
|
|
Loading…
Reference in a new issue