codelab: control focus with FocusTrap

This commit is contained in:
twerske
2021-04-19 12:18:32 -07:00
parent c02a4ee69a
commit 685ba7add7

View File

@@ -15,7 +15,7 @@ limitations under the License.
--> -->
<div mat-dialog-content> <div mat-dialog-content>
<!-- TODO: #10. Control focus with FocusTrap --> <!-- TODO: #10. Control focus with FocusTrap -->
<mat-selection-list #colors aria-label="Dumpling wrapper color" multiple="false"> <mat-selection-list #colors aria-label="Dumpling wrapper color" multiple="false" cdkFocusInitial>
<mat-list-option *ngFor="let paint of defaultColors" [value]="paint" color="primary"> <mat-list-option *ngFor="let paint of defaultColors" [value]="paint" color="primary">
<div class="color-option"> <div class="color-option">
<div class="circle" [ngStyle]="{'background': paint}"></div> <div class="circle" [ngStyle]="{'background': paint}"></div>