Commit 8c56d06
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)1 parent dbae066 commit 8c56d06
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
507 | 513 | | |
508 | 514 | | |
509 | 515 | | |
| |||
0 commit comments