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
docs(chips): chips autocomplete demo separator key codes not working correctly (#17558)
In #12971 `addOnBlur` was added to the chips autocomplete example, however it ended up breaking pressing the separator keys while the autocomplete is open. These changes remove the `addOnBlur` since having an autocomplete and adding chips on blur inherrently doesn't work together, because clicking on the autocomplete will blur the input. We could technically hack around it with a timeout, but that'll make the demo more confusing.
Fixes#17448.
0 commit comments