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
{{ message }}
This repository was archived by the owner on May 20, 2023. It is now read-only.
Fix classes which extend StringSelectionOptions and implement Selectable.
Many classes extend StringSelectionOptions<T>, but implement Selectable<dynamic>. This will result in runtime errors if the MaterialDropdownSelectComponent which uses the class as options is typed with T other than dynamic.
This CL is part of #TheGreatTypedMaterialDropdownSelectComponentMigration, but only a side change which is written to improve safety and improve correctness, but isn't necessary as a prerequisite to typing MaterialDropdownSelectComponent's itemRenderer.
PiperOrigin-RevId: 225211488
0 commit comments