-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Bug: md-contact-chips add [object Object] when autocomplete #3670
Comments
Same thing for normal autocomplete chips, the searchText is not cleared when autocomplete. |
[Object Object] Issue also after updating from a 0.9.x to v0.10.1-rc1. I have two chained md-autocomplete. When the first md-autocomplete is set it triggers values for the second. E.g. Country > Region. the second md-autocomplete then shows [Object Object] - This does not seem to stop it working though you can proceed to pick the region. Update: [Object Object] is only produced in the second md-autocomplete when you 'click' to select in the first md-autocomplete. 'Tab' to select highlighted item seems to work better as it brings the second md-autocomplete into focus which removes the [Object Object]. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1 |
You can not instantiate the variable used in the ng-model, however the variable md-highlight-text should be excluded from the $scope. Example delete $scope.searchText; |
Here is the example from master:
The text was updated successfully, but these errors were encountered: