You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have added a <label> element here, but there's no text in it, so the user doesn't know what the input does. If you think it's visually obvious that it's a search input then you should at least add an aria-label so that users who cannot see it will also know what the input is for
The text was updated successfully, but these errors were encountered:
week5-bereket-minju/src/App.jsx
Lines 28 to 35 in c89c27d
You have added a
<label>
element here, but there's no text in it, so the user doesn't know what the input does. If you think it's visually obvious that it's a search input then you should at least add anaria-label
so that users who cannot see it will also know what the input is forThe text was updated successfully, but these errors were encountered: