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

Make the chip suggestions look & behave like a material select in angular 1 #342

Closed
thekalinga opened this issue Feb 15, 2017 · 3 comments
Closed

Comments

@thekalinga
Copy link

thekalinga commented Feb 15, 2017

Bug Report

  1. Currently chips suggestion dropdown looks complete off from the actual material spec
  2. The backspace/left arrow does not select the previous item in the list + left & right arrow navigation does not work
  3. Searching does not auto select the first item
  4. Within the already selected chips, using arrow/click if you select a chip, delete button should delete the chip & make it available in the autocomplete

What is the expected behavior?

The suggestions should look & behave like material select in angular1

What is the motivation / use case for changing the behavior?

To keep it consistent with material style. The demo can be found here https://material.angularjs.org/latest/demo/chips

@thekalinga thekalinga changed the title Make the chip suggestions look like a material select Make the chip suggestions look like a material select in angular 1 Feb 15, 2017
@thekalinga thekalinga changed the title Make the chip suggestions look like a material select in angular 1 Make the chip suggestions look & behave like a material select in angular 1 Feb 15, 2017
@emoralesb05
Copy link
Contributor

The reason it looks complete off from the actual material spec its because its a native datalist, we are currently waiting on material to use the md-autocomplete.

Once md-autocomplete is released, we are gonna revisit and polish the chips module and take into consideration the a11y enhancements mentioned in 2 and 4.

There has already been mentions here:
#215 and #165

@thekalinga
Copy link
Author

Should I close this/keep it open?

@kyleledbetter
Copy link
Contributor

We'll close this since it's coming. Track their progress here https://github.com/angular/material2/projects/7

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

3 participants