I'm trying to implement Algolia's autocomplete (which I believe is built off Twitter's Typeahead?), following the example on their site: https://www.algolia.com/doc/guides/search/auto-complete/
Is it possible to make the dropdown responsive? Eg on that page, making the 'Rich horizontal UI' example horizontal on bigger screens but stack vertically on smaller screens (I'm using Bootstrap so thinking in terms of col-xs-12, col-sm-6 style)
Any advice would be much appreciated. Thanks!