Skip to content

Commit 6d46cea

Browse files
committed
docs(material/select): update MDC migration guide
Updates the MDC migration guide with the select changes. Also adds some of the same changes to the autocomplete since a lot of the code is shared.
1 parent ca54283 commit 6d46cea

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

guides/v15-mdc-migration.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,13 @@ TODO(mmalerba): link to density docs once they exist.
207207

208208
### Autocomplete
209209

210-
* Long options now wrap by default instead of truncating.
210+
* Long options now wrap instead of truncating.
211+
212+
* Option heights are no longer capped at `48px`.
213+
214+
* Option list now has an `8px` top and bottom padding.
215+
216+
* Options list now has an animation when opening and closing.
211217

212218
### Button
213219

@@ -454,9 +460,15 @@ TODO(mmalerba): link to density docs once they exist.
454460

455461
### Select
456462

457-
* MatSelect no longer aligns the selected option in the dropdown menu with the trigger text.
463+
* `MatSelect` no longer aligns the selected option in the dropdown menu with the trigger text.
464+
465+
* Long options now wrap instead of truncating.
466+
467+
* Option heights are no longer capped at `48px`.
468+
469+
* Option list now has an `8px` top and bottom padding.
458470

459-
* Long options now wrap by default instead of truncating.
471+
* Option list animation has changed.
460472

461473
* Previously the dropdown menu width could be wider than the parent form-field, but now the dropdown
462474
is the same width as the form-field

0 commit comments

Comments
 (0)