Skip to content

Commit 4df464e

Browse files
committed
main - 097f49d fix(material/autocomplete): allow overlay backdrop by setting hasBackdrop option (#30631)
1 parent 5474000 commit 4df464e

File tree

2 files changed

+34
-8
lines changed

2 files changed

+34
-8
lines changed

docs-content/api-docs/material-autocomplete.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,32 @@ <h4 id="MatAutocompleteDefaultOptions" class="docs-header-link docs-api-h4 docs-
723723

724724

725725

726+
<tr class="docs-api-properties-row">
727+
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
728+
<code>backdropClass: string</code>
729+
</p>
730+
</td>
731+
<td class="docs-api-property-description"><p>Class to be applied to the autocomplete&#39;s backdrop.</p>
732+
</td>
733+
</tr>
734+
735+
736+
737+
738+
739+
<tr class="docs-api-properties-row">
740+
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
741+
<code>hasBackdrop: boolean</code>
742+
</p>
743+
</td>
744+
<td class="docs-api-property-description"><p>Whether the autocomplete has a backdrop.</p>
745+
</td>
746+
</tr>
747+
748+
749+
750+
751+
726752
<tr class="docs-api-properties-row">
727753
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
728754
<code>hideSingleSelectionIndicator: boolean</code>

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "20.0.0-next.1+sha-e482240",
3+
"version": "20.0.0-next.1+sha-097f49d",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -259,15 +259,15 @@
259259
},
260260
"homepage": "https://github.com/angular/components#readme",
261261
"peerDependencies": {
262-
"@angular/cdk": "20.0.0-next.1+sha-e482240",
263-
"@angular/cdk-experimental": "20.0.0-next.1+sha-e482240",
262+
"@angular/cdk": "20.0.0-next.1+sha-097f49d",
263+
"@angular/cdk-experimental": "20.0.0-next.1+sha-097f49d",
264264
"@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
265265
"@angular/common": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
266-
"@angular/material": "20.0.0-next.1+sha-e482240",
267-
"@angular/material-experimental": "20.0.0-next.1+sha-e482240",
268-
"@angular/material-moment-adapter": "20.0.0-next.1+sha-e482240",
269-
"@angular/material-luxon-adapter": "20.0.0-next.1+sha-e482240",
270-
"@angular/material-date-fns-adapter": "20.0.0-next.1+sha-e482240"
266+
"@angular/material": "20.0.0-next.1+sha-097f49d",
267+
"@angular/material-experimental": "20.0.0-next.1+sha-097f49d",
268+
"@angular/material-moment-adapter": "20.0.0-next.1+sha-097f49d",
269+
"@angular/material-luxon-adapter": "20.0.0-next.1+sha-097f49d",
270+
"@angular/material-date-fns-adapter": "20.0.0-next.1+sha-097f49d"
271271
},
272272
"dependencies": {
273273
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)