Users should be able to search for an ingredient by name. This should be the primary action, with the filters acting as, well, filters.
If an ingredient of the name name cannot be found with the filters x, display a message such as "No results found for (query here)".
- Add
aria-controls="ingredient-list" to the search form.
Users should be able to search for an ingredient by name. This should be the primary action, with the filters acting as, well, filters.
If an ingredient of the name
namecannot be found with the filtersx, display a message such as "No results found for (query here)".aria-controls="ingredient-list"to the search form.