This fixes the search bar not displaying the innerHTML properly. Also added another search bar to split up users searching recipes by name and by ingredient.
Checklist:
[x] I have performed a self-review of my code
[x] If it is a core feature, I have added thorough tests.
[x] Is there any unexpected behaviour?
Unexpected behaviour:
I just want to point out line 898 has no id and name property. This might not be an issue once we grab the data from the APIs.
Changes:
This fixes the search bar not displaying the innerHTML properly. Also added another search bar to split up users searching recipes by name and by ingredient.
Checklist:
Unexpected behaviour:
I just want to point out line 898 has no id and name property. This might not be an issue once we grab the data from the APIs.