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
fix(material/select): incorrect default typeahead debounce time (#21253)
In 17a9ad0 so logic was added that was
setting the typeahead debounce interval to 0 if it isn't specified globally.
This is incorrect, because we want it to stay undefined so the list key manager
can fall back to its default interval.
Fixes#21242.
(cherry picked from commit ab01f38)
0 commit comments