The "aria-setsize" attribute is missing when initializing a MultiSelect with default selected values in AngularJS
When initializing a MultiSelect with default values, the aria-setsize attribute is missing for these values.

The default MultiSelect values should have an aria-setsize attribute added to their selected values

$scope.selectedIds = [ {ProductID: 4, ProductName: "Chef Anton's Cajun Seasoning"}, {ProductID: 7, ProductName: "Uncle Bob's Organic Dried Pears"} ];