We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9210e80 commit fe84f96Copy full SHA for fe84f96
src/cdk-experimental/ui-patterns/behaviors/list-typeahead/list-typeahead.ts
@@ -36,6 +36,7 @@ export class ListTypeahead<T extends ListTypeaheadItem> {
36
/** The navigation controller of the parent list. */
37
navigation: ListNavigation<T>;
38
39
+ /** Whether the user is actively typing a typeahead search query. */
40
isTyping = computed(() => this._query().length > 0);
41
42
/** Keeps track of the characters that typeahead search is being called with. */
0 commit comments