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
fix(material/chips): add opt-out for single-select checkmarks (#26338)
Add an opt-out for checkmark indicators for single-selection. Add both
and Input and DI token to specify if checkmark indicators are hidden for
single-select. By default display checkmark indicators for
single-selection. If both DI token and Input are specified, the Input
wins.
PR #25890 adds checkmork indicator for single selection. Add an opt-out
to provide a way to have same appearance as before #25890.
Does not affect multiple-selection.
Does not affect behavior when avatar is provided. When avatar is
provided, display checkmark indicator when selected. This is the same
behavior as before #25890.
API Changes
- Add `@Input hideSingleSelectionIndicator` to specify if checkmark
indicator is displayed for single-selection
- Add `hideSingleSelectionIndicator` property to
`MatChipsDefaultOptions`, which specifies default value for
`hideSingleSelectionIndicator`.
0 commit comments