-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Chips / mdChips (with autocomplete): Keyboard selection broken #4140
Comments
Same problem, I cried a little when I noticed this :'( |
Same as #3833 |
This should be fixed in master. Can you please test again and verify that it's working for you? |
Does https://material.angularjs.org/latest/#/demo/material.components.chips run from master? It looks like its still broken there. |
@PseudoCorps Can you please test against https://material.angularjs.org/HEAD/#/demo/material.components.chips? That is the actual latest master code; the "latest" tag in the URL is actually the latest official release. |
The master version doesn't work for me (neither 0.11.0) :-( EDIT: |
@r0b- I think the Regarding the additional empty chip issue, I cannot reproduce. Based on the images by @PseudoCorps, it doesn't look like he is using one of the demos on the site. Can one of you provide a Codepen showing the issue so that we can track it down? |
@PseudoCorps Wasn't sure if what is the default behavior? |
The option box being blank / moving when you scroll |
The blank chip is added if the attribute md-require-match is false / missing. |
@PseudoCorps I just opened a new issue for the dropdown being blank: #4665 @r0b- I have also created a new issue for the hard coding of @r0b- As it says, there are a few open PRs that will help make all of this functionality work better. Particularly, you should be able to return null from I'm going to go ahead and close this issue in favor of the other three. If you have more comments, please post them on one of these new issues or submit a new one (if it isn't covered by those). Thanks! |
With v0.10.1 selecting an option by keyboard creates an empty chip.
(see Demo with Vegetable Options)
The text was updated successfully, but these errors were encountered: