You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>A <code><mat-chip-grid></code> can be combined with <code><mat-autocomplete></code> to enable free-form chip input with suggestions.</p>
73
+
<blockquote>
74
+
<p><em>Please note: when using <code>MatChipsModule</code> together with <code>MatAutocompleteModule</code>, the order in which modules are imported matters.</em>
75
+
<em>To ensure correct behavior (e.g., preventing adding typed text when autocomplete option is selected via keyboard), make sure to import <code>MatAutocompleteModule</code> before <code>MatChipsModule</code>.</em></p>
<p><code><mat-chip-grid></code> and <code><mat-chip-row></code> : These elements implement a grid accessibility pattern. Use them as part of a free form input that allows users to enter text to add chips.</p>
149
-
<p>Note : be sure to have the input element be a sibling of mat-chip-grid to ensure accessibility of the input element by accessibility devices such as Voice Control. It is also recommended to apply an appropriate <code>aria-label</code> to the input to optimize accessibility of the input.</p>
153
+
<blockquote>
154
+
<p><em>Please note: be sure to have the input element be a sibling of <code>mat-chip-grid</code> to ensure accessibility of the input element by accessibility devices such as Voice Control. It is also recommended to apply an appropriate <code>aria-label</code> to the input to optimize accessibility of the input.</em></p>
0 commit comments