Hey i like it, auto search is a good feature, wish i’d done that in mine too.
It worked fine for me in editor view by the way.
A couple of notes:
-
the search clears when i press enter, you can also have the search work on enter by adding an event listener for keycode 13, give it a google and you’ll find the precise answer, but basically in mine i used 2 search functions. one that goes on the search button and one for the enter ke - each function then called the API.
-
the col-6 containing you’r results doesn’t work so well on smaller screens, change it to 10 or 12 on smaller screens and that’ll sort it, or use a media query as you have for the text.