Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Feature: Typeahead match inside search box #2570

Closed
bjornasm opened this issue Aug 12, 2014 · 1 comment
Closed

Feature: Typeahead match inside search box #2570

bjornasm opened this issue Aug 12, 2014 · 1 comment

Comments

@bjornasm
Copy link

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)

@wesleycho
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants