It seems that ed49656 (and subsequently version 1.1.6) breaks this for me when doing an ajax search. The results seem to flash there when key up is fired then disappear again. Hard coding 1.1.5 fixes it for us just thought you should be aware.
This is a react app with flux that, on key up, fetches the next set of options from an API and re-renders the react component containing the typeahead using the new options.