You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Can we have an option to display the first match (matches[0]) inside the search box, as you'd find in the Typeahead.js demo: http://twitter.github.io/typeahead.js/ (when searching for bower)
The text was updated successfully, but these errors were encountered:
For reference to anyone interested in implementing this - how this works is that a read only input is positioned in the same location as the regular input. This input has its value filled on focus of the typeahead input.
This would be a cool feature, but it may require the user to style it appropriately.
Can we have an option to display the first match (matches[0]) inside the search box, as you'd find in the Typeahead.js demo: http://twitter.github.io/typeahead.js/ (when searching for bower)
The text was updated successfully, but these errors were encountered: