-
Notifications
You must be signed in to change notification settings - Fork 3.4k
contact chips adding an empty object / not filtering already selected contacts #4431
Comments
The first problem is not necessarily a duplicate of #4404 since I don't as much care about selecting an item from suggestion when pressing enter, as about it creating a new item when no suggestion is found.. |
Can you test this out a bit against the master demo: https://material.angularjs.org/HEAD/#/demo/material.components.chips I know that there have been a few changes to chips recently, and when I type "foo bar" and press enter, nothing happens (because it's not found). If it still doesn't work as expected, can you please tell us what browser you're using? |
I see this behavour as well. Osx and Chrome. It is working on 0.11.0-rc1 but is broken on head/ master |
@fxck @hkgrani This is a known issue (#4390). The contents of the dropdown are not appearing properly, but the interaction should actually be working (i.e. if you search for @hkgrani Are you sure it's working in 0.11.0-rc1? I do not see the dropdown appearing properly there either: https://material.angularjs.org/0.11.0-rc1/#/demo/material.components.chips We will review this issue again when the dropdown is working to ensure that the issues are fully resolved. |
@topherfangio Not shure. I may have tested on a wrong build/ release. |
Might be partially fixed by #5497. Will re-test when that is merged. |
I believe this is now fixed in HEAD with the exception of the Please comment if you are still seeing issues and I will reopen. |
So the first problem, when you go to https://material.angularjs.org/latest/#/demo/material.components.chips and enter something like "foo bar" and press enter, this is going to happen
And the second, when "Marina Augustine" is already as a selected contact chip, you can still see her in the suggestions, you are not able to select her, but still.. I'd expect
filter-selected
to remove her from the list.Also I'd be nice if you could get the suggestions just by focusing the input, rather than having to input at least one letter..
The text was updated successfully, but these errors were encountered: