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
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
Components are not consistent. They looks very close, but in mat-select you can choose multiple options, but in mat-autocomplete you don't have such opportunity. And I don't see any opportunity to prevent closing mat-autocomplete.
Reproduction
StackBlitz link: -
Steps to reproduce:
Create mat-autocomplete and mat-select with multiple option
mat-select has opportunity to select multiple items, but mat-autocomplete doesn't have this opportunity
Expected Behavior
mat-autocomplete should also have multiple options as in mat-select
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Components are not consistent. They looks very close, but in mat-select you can choose multiple options, but in mat-autocomplete you don't have such opportunity. And I don't see any opportunity to prevent closing mat-autocomplete.
Reproduction
StackBlitz link: -
Steps to reproduce:
Expected Behavior
mat-autocomplete should also have multiple options as in mat-select
Actual Behavior
mat-autocomplete doesn't react on multiple
Environment
"@angular/cdk": "^19.2.15",
"@angular/common": "^19.2.10",
"@angular/compiler": "^19.2.10",
"@angular/core": "^19.2.10",
"@angular/material": "^19.2.15",
The text was updated successfully, but these errors were encountered: