File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
projects/angular/components/ui-suggest/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ import {
8484
8585export const DEFAULT_SUGGEST_DEBOUNCE_TIME = 300 ;
8686export const DEFAULT_SUGGEST_DRILLDOWN_CHARACTER = ':' ;
87- export const MAT_CHIP_INPUT_SELECTOR = '.mat-chip-list input' ;
87+ export const MAT_CHIP_INPUT_SELECTOR = '.mat-mdc- chip-grid input' ;
8888
8989/**
9090 * A form compatible `dropdown` packing `lazy-loading` and `virtual-scroll`.
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export abstract class UiSuggestMatFormFieldDirective implements
111111 shouldHideTitle = false ;
112112
113113 /**
114- * Sets aria-label on input or mat-chip-list element.
114+ * Sets aria-label on input or mat-chip-grid element.
115115 *
116116 */
117117 @Input ( 'aria-label' )
You can’t perform that action at this time.
0 commit comments