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

[TextField] AutoComplete #579

Closed
jpsfs opened this issue Apr 25, 2015 · 13 comments
Closed

[TextField] AutoComplete #579

jpsfs opened this issue Apr 25, 2015 · 13 comments
Labels
component: autocomplete This is the name of the generic UI component, not the React module! component: text field This is the name of the generic UI component, not the React module!

Comments

@jpsfs
Copy link

jpsfs commented Apr 25, 2015

Hi!

Let me start by thanking you for this amazing library!
I'm missing an AutoComplete Text Field. Do you have plans for such thing?

Cheers!

@bsr203
Copy link

bsr203 commented May 7, 2015

@anyong
Copy link
Contributor

anyong commented May 7, 2015

@bsr203 Yeah I was using that before I migrated over to React - it looks really good! Much better than what I've got now (normal browser textbox with normal bulleted <ul> containing search results). Seems like plenty of people are interested in this, maybe we can figure it out and submit a PR?

@bsr203
Copy link

bsr203 commented May 7, 2015

@anyong I am more of an angular expert than react. may be DropDownMenu can be extended to use as autocomplete. For the angular component, most of the logic is here. I am just starting with material-ui and will ping once I get an understanding. Let me know if you have any start on this so I can have a look.

@castrolol
Copy link
Contributor

Is anyone working on this component? I want to start

@bsr203 @anyong @jkruder ?

@jkruder
Copy link
Contributor

jkruder commented May 12, 2015

Not on my end.

@bsr203
Copy link

bsr203 commented May 13, 2015

@castrolol I am not trying either. at the same time, just found something I might try out

http://jedwatson.github.io/react-select/
http://moroshko.github.io/react-autosuggest/

@castrolol
Copy link
Contributor

@bsr203 I am waiting for my PR indicators of progress to resolve, so I can start working on autocomplete, maybe today I start

@ezequiel
Copy link

We recently released a React Typeahead/Autocomplete component. It's well tested, and used in production by Yahoo Mail. It can be found here: https://github.com/ezequiel/react-typeahead-component. It would be great to get these two projects working together. :)

@hai-cea hai-cea changed the title AutoComplete [TextField] AutoComplete Jun 19, 2015
@hai-cea
Copy link
Member

hai-cea commented Jun 24, 2015

Related to #18

@afilp
Copy link
Contributor

afilp commented Sep 8, 2015

+1 Hello, is this being implemented by anyone? Thx!

@cgestes
Copy link
Contributor

cgestes commented Sep 8, 2015

It is the logical continuation of the work on new menus. (src/menus)

@hai-cea spoke about it some times ago, but no news recently. I guess he is on hollidays.

@newoga
Copy link
Contributor

newoga commented Dec 2, 2015

I think this was fixed by #1985 . Should we close?

@oliviertassinari
Copy link
Member

@newoga Yes, thanks.

@zannager zannager added component: text field This is the name of the generic UI component, not the React module! component: autocomplete This is the name of the generic UI component, not the React module! labels Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: autocomplete This is the name of the generic UI component, not the React module! component: text field This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests