-
Notifications
You must be signed in to change notification settings - Fork 357
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: Material Design Combo box #140
Comments
@asaph26 you're referring to the Autocomplete in material design. and it's coming in angular-material2, track the progress of their UI components here: that issue mentions a side project version if you need one to hold you over until material2 releases it https://github.com/creativedeveloper-net/angular2-autocomplete |
we're also tracking those things here #9 |
@kyleledbetter The material 1 implementation(Floating Label/Custom Template) is what I am looking for. However the side project mentioned doesn't satisfy the needs. The component also contains autocomplete. From a usability point of view, this is a select box that allows searching to select the options. |
Yup, well it's definitely coming from the official angular-material2 team, keep an eye on angular/components#117 |
and it's not nearly as fully featured but we have an autocomplete combined w/ chips in covalent until then https://teradata.github.io/covalent/#/components/chips |
@kyleledbetter : Thank you. I actually wanted to say the chips component also contains autocomplete. But missed it. I will close this issue for now. |
Description of the feature
A combination of a dropdown and an input field. The following should be possible
Existing Implementations using other frameworks.
Polymer(Vaadin) : https://github.com/vaadin/vaadin-combo-box
AngularJS (Kendo UI) : http://demos.telerik.com/kendo-ui/combobox/angular
Simple API Example
A Featured API Example
The text was updated successfully, but these errors were encountered: