-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(chips): focus lost if last chip is deleted #15344
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one small comment
29cee69
to
e933dbe
Compare
Hi all - would be great if this could be added to an upcoming release. Thank you |
e933dbe
to
b8b7a3e
Compare
@crisbeto this passes presubmit but CircleCI is failing |
Fixes the user's focus being lost if they the last chip in a list. Fixes angular#15338.
b8b7a3e
to
1fefc0c
Compare
Rebased and fixed the CI failure. Looks like a property in one of the fixture components got renamed. |
Fixes the user's focus being lost if they the last chip in a list. Fixes angular#15338.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes the user's focus being lost if they delete the last chip in a list.
Fixes #15338.