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
When all chips in a chip list are removed programmatically, focus should not be moved to the associated chip input when the current focus is outside the chip list.
What is the current behavior?
The chip input is getting focused.
What are the steps to reproduce?
Add chips to a chip list
Tab out and move focus away from chip list and input
Clear the chips programmatically (e.g. using a button)