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 c059982 commit d6748a9Copy full SHA for d6748a9
src/lib/autocomplete/autocomplete.md
@@ -61,7 +61,7 @@ option's first letter. We already have access to the built-in `valueChanges` Obs
61
them through this filter. The resulting Observable, `filteredOptions`, can be added to the
62
template in place of the `options` property using the `async` pipe.
63
64
-Below we are also priming our value change stream with `null` so that the options are filtered by
+Below we are also priming our value change stream with an empty string so that the options are filtered by
65
that value on init (before there are any value changes).
66
67
\*For optimal accessibility, you may want to consider adding text guidance on the page to explain
0 commit comments