add aria-label for search field

This commit is contained in:
Matt Dunn-Rankin 2020-05-18 01:09:27 -07:00
parent f1d10f1c9e
commit 3f379a819f

View file

@ -110,6 +110,7 @@ function SearchToolbar({
</InputLeftElement>
<Input
placeholder="Search for items to add…"
aria-label="Search for items to add…"
focusBorderColor="green.600"
color="green.800"
value={query}