Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: autocomplete/typeahead control. #26

Open
grokys opened this issue Jul 14, 2015 · 25 comments
Open

Feature request: autocomplete/typeahead control. #26

grokys opened this issue Jul 14, 2015 · 25 comments

Comments

@grokys
Copy link

grokys commented Jul 14, 2015

No description provided.

@xmakro
Copy link

xmakro commented Jul 20, 2015

Something like this would be great:
https://material.angularjs.org/latest/#/demo/material.components.autocomplete
with custom templates

@RNCRyan
Copy link

RNCRyan commented Jul 29, 2015

+1. A first-party autocomplete control that implemented Material Design would be fantastic for us.

@RNCRyan
Copy link

RNCRyan commented Aug 10, 2015

Any thoughts on this? I think of an autocomplete / typeahead control as a central component to any front-end framework...

@eximius313
Copy link

+1

3 similar comments
@boloson
Copy link

boloson commented Aug 20, 2015

+1

@SayChunKim
Copy link

+1

@jwuliger
Copy link

+1

@samccone
Copy link

been working on one of these actually... have a half way decent version... will chat with team to see if we want to extract my version 👯

@RNCRyan
Copy link

RNCRyan commented Sep 16, 2015

Awesome. I'd love to take a look if/when that happens.

@duncanhunter
Copy link

+1

@addyosmani
Copy link

Hey folks. We totally appreciate the enthusiasm with the +1's. At this point it's clear this is a desired component so let's focus on comments in this issue being about how we can solve this (perhaps using @samccone's work) and less on the +1's :)

@samccone
Copy link

👍😊 I'll put something up on GitHub this week for everyone 👌

@samccone
Copy link

https://github.com/samccone/paper-typeahead

Here is just a quick initial hack, still plenty to do, but hopefully this opens the door for ideas / patches. I listed out a few improvements that I would like to do at the bottom of the readme!

@RNCRyan
Copy link

RNCRyan commented Sep 21, 2015

Thanks @samccone.

I'd like to make a few UI changes on this:

  1. I'd make the pick list hidden unless the typeahead element has focus,
  2. I'd like to make the pick list positioned above the background content (it shouldn't affect page layout in my opinion), and
  3. I'd like to add an option to handle more complex object types (adding support for a function which can generate a String label for a complex object OR, lacking that function, default to just toString-ing the data).
  4. Pick list selection should update the paper-input value.

I'll try to handle items 1, 3, and 4 as I have time and PR them back to @samccone's repo.

@samccone
Copy link

👍 feel free to use my repo to file ^

@tbragaf
Copy link

tbragaf commented Sep 28, 2015

+1

@alecbz
Copy link

alecbz commented Sep 30, 2015

+1

(I know @addyosmani asked to stop the +1s but it seems like the only mechanism to indicate user interest in this issue AFAICT. I've seen people suggest subscribing to the issue instead but I don't think subscriptions to issues are publicized).

@samccone
Copy link

Hey @alecbenzer I am working on a "hopefully soon to be official" version here https://github.com/samccone/paper-typeahead

:)

@rodoneill
Copy link

+1

@the42
Copy link

the42 commented Mar 26, 2016

What about https://github.com/cheonhyangzhang/paper-typeahead-input ? Only asking what to use. Will any see official inclusion?

@marquavious
Copy link

Is there any way to map this to the google api? For example, Auto completion for locations?

@jhuesos
Copy link

jhuesos commented Oct 25, 2016

We have been using this one:

https://github.com/ellipticaljs/paper-autocomplete

I have been recently added as contributor and I would like to continue working on it. Any feedback is welcome

@alex-barylski
Copy link

+1

@samccone
Copy link

samccone commented Jan 9, 2017

https://github.com/samccone/paper-typeahead is under active development, if anyone has feature requests or wants to help, it is a good place to do it :)

@notwaldorf
Copy link
Contributor

Y'all should use @samccone's element, it's really awesome!

Sam, you should add it to https://beta.webcomponents.org/!

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

No branches or pull requests