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(selection-model): de/select multiple values at the same time (#7001)
* feat(selection-model): de/select multiple values at the same time
Adds support for passing multiple values to the SelectionModel at the same time. This feature is described in the JSDoc already, but just wasn't implemented yet.
This functionality gives us more control about the `onChange` event, which will otherwise fire every time if for example multiple values need to be selected.
* Address comments
0 commit comments