victorbosh
Results
2
comments of
victorbosh
Same here, Scrolling out of the view down and click do not fire afterSelect. @guv3n tested --- * adding a max-height and overflow:scroll to the list for it not to...
Dirty hack that works for me: $(selector).typeahead({ stuff }).on('typeahead:select', function(obj, selected, name) { }).off('blur');