You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently chips suggestion dropdown looks complete off from the actual material spec
The backspace/left arrow does not select the previous item in the list + left & right arrow navigation does not work
Searching does not auto select the first item
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?
The text was updated successfully, but these errors were encountered:
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
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
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
Bug Report
delete
button should delete the chip & make it available in the autocompleteWhat 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
The text was updated successfully, but these errors were encountered: