Summary
Allowing users to search through their list will help them cut down on clutter and focus on items they’re looking for.
Acceptance criteria
Notes
- You will know your
<label> is correctly implemented if you click on the label and keyboard focus moves to the related input. Refer to the MDN docs on <label> for more info.
- The filter text should match any part of the item name (e.g., it should not only match from the start of the string)