Skip to content

Commit d6748a9

Browse files
dmytroyarmakjelbourn
authored andcommitted
chore(docs): update autocomplete.md to match new example (#10641)
1 parent c059982 commit d6748a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/autocomplete/autocomplete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ option's first letter. We already have access to the built-in `valueChanges` Obs
6161
them through this filter. The resulting Observable, `filteredOptions`, can be added to the
6262
template in place of the `options` property using the `async` pipe.
6363

64-
Below we are also priming our value change stream with `null` so that the options are filtered by
64+
Below we are also priming our value change stream with an empty string so that the options are filtered by
6565
that value on init (before there are any value changes).
6666

6767
\*For optimal accessibility, you may want to consider adding text guidance on the page to explain

0 commit comments

Comments
 (0)