We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f42562 + 70f5d0a commit 0f410b3Copy full SHA for 0f410b3
src/dropdown/sm-dropdown.js
@@ -136,7 +136,7 @@
136
$scope.getDefaultText = function()
137
{
138
var defaultText = $scope.defaultText ? $scope.defaultText : '';
139
- return ( $scope.isEmpty() ? defaultText : $scope.findMatchingItem($scope.model) );
+ return ( $scope.isEmpty() ? defaultText : $scope.translateValue($scope.findMatchingItem($scope.model)) );
140
};
141
142
// Finds an item instance that has the exact same value as the given value.
0 commit comments