Skip to content

Commit 3a62b81

Browse files
Andrei CaleniucAndrei Caleniuc
authored andcommitted
fix: focus chip input after selection
1 parent e3e88a3 commit 3a62b81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/angular/components/ui-suggest/src/ui-suggest.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ import {
8484

8585
export const DEFAULT_SUGGEST_DEBOUNCE_TIME = 300;
8686
export 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`.

projects/angular/components/ui-suggest/src/ui-suggest.mat-form-field.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)