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 has been archived by the owner on Dec 16, 2019. It is now read-only.
In my code, I'm using onItemSelect (not onSelectionChanged) to take a specific action when an item is selected. But when items are selected by their group using selectByGroups, onItemSelect doesn't fire. It looks like that's because of this line in selectCurrentGroup: $scope.setSelectedItem(item, false, false); If there's a particular reason why we don't want onItemSelect to fire for selecting items in the groups, maybe we could get a new event like onItemSelectInGroup? Or does anyone have a better solution? Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In my code, I'm using onItemSelect (not onSelectionChanged) to take a specific action when an item is selected. But when items are selected by their group using selectByGroups, onItemSelect doesn't fire. It looks like that's because of this line in
selectCurrentGroup
:$scope.setSelectedItem(item, false, false);
If there's a particular reason why we don't want onItemSelect to fire for selecting items in the groups, maybe we could get a new event likeonItemSelectInGroup
? Or does anyone have a better solution? Thanks.The text was updated successfully, but these errors were encountered: