Easy autocomplete/suggestions for inputs with just HTML5 | datalist tag
Sometimes you would like to suggest some options to a user as they type something into an input. Maybe there are popular search categories or tags that people are looking for. You could, of course, implement an API driven feature, or if you want to g...
nialljoemaher.hashnode.dev4 min read
Graham Boyle
I love learning how things work, I write about it sometimes.
thanks, after reading this article I implemented it in an article I wrote about the fetch API.