Simple Reactjs AutoComplete using Typehead’s Bloodhound
I wanted to add autocomplete to the shopping list, hopefully making it easier to build them. Using Reactjs made it very difficult to use out of the box autocompletes like typeahead and jquery ui autocomplete because Reactjs uses a virtual dom. Another requirement I wanted was to display the suggestions above the input making it a… Continue reading Simple Reactjs AutoComplete using Typehead’s Bloodhound