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
feat(collections): add isMultipleSelection function to SelectionModel (#11560)
* feat(collections): Add public getter for _multiple on SelectionModel
If your component receives a SelectionModel instance through Input, it was previously not possible to have different behavior based on whether multiple selected items is allowed (e.g.: rendering radio buttons instead of checkboxes). You had to use a second Input property to the component. This pull request allows developers to check the SelectionModel instance property.
* Change multiple property to isMultipleSelection function
* Fix linting errors
* Change description of isMultipleSelection function
* Newline to trigger circle ci
* Revert: Newline to trigger circle ci
0 commit comments