ibeal / KitchenDB

A personal project to create something that can track inventory and recipes to suggest recipes to make determined by inventory
2 stars 0 forks source link

interactive database search #41

Closed ibeal closed 3 years ago

ibeal commented 3 years ago

I'd like to figure out how to implement the search-as-you-type functionality other websites have. I imagine this works like this: each time a letter is entered into the field, the database is queried for what is currently in the field, the result of this query populates a dropdown menu of possible matches.

ibeal commented 3 years ago

search bar has been refitted with an interactive search option, there is some trickiness with getting it to work, but it does work