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 23269f3 commit e482240Copy full SHA for e482240
src/material/autocomplete/autocomplete.md
@@ -64,7 +64,7 @@ desired display value. Then bind it to the autocomplete's `displayWith` property
64
### Require an option to be selected
65
66
By default, the autocomplete will accept the value that the user typed into the input field.
67
-Instead, if you want to instead ensure that an option from the autocomplete was selected, you can
+Instead, if you want to ensure that an option from the autocomplete was selected, you can
68
enable the `requireSelection` input on `mat-autocomplete`. This will change the behavior of
69
the autocomplete in the following ways:
70
1. If the user opens the autocomplete, changes its value, but doesn't select anything, the
0 commit comments