Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/chips): chip grid not re-focusing first item
There was some logic that assumed that if a chip is the active item in the key manager, it must have focus. That's incorrect since the active item isn't reset on blur. This prevented the chip grid from re-focusing the first chip when the user tabs into it a second time. These changes add a `focus` call whenever the grid receives focus. Fixes #29785. (cherry picked from commit 2861a30)
- Loading branch information