Skip to content

Commit fe84f96

Browse files
committed
fixup! fix(cdk-experimental/listbox): ignore spaces during typeahead
1 parent 9210e80 commit fe84f96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cdk-experimental/ui-patterns/behaviors/list-typeahead/list-typeahead.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export class ListTypeahead<T extends ListTypeaheadItem> {
3636
/** The navigation controller of the parent list. */
3737
navigation: ListNavigation<T>;
3838

39+
/** Whether the user is actively typing a typeahead search query. */
3940
isTyping = computed(() => this._query().length > 0);
4041

4142
/** Keeps track of the characters that typeahead search is being called with. */

0 commit comments

Comments
 (0)