Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Bug: md-contact-chips add [object Object] when autocomplete #3670

Closed
Alexandre-io opened this issue Jul 10, 2015 · 9 comments
Closed

Bug: md-contact-chips add [object Object] when autocomplete #3670

Alexandre-io opened this issue Jul 10, 2015 · 9 comments
Assignees
Labels
needs: review This PR is waiting on review from the team

Comments

@Alexandre-io
Copy link

Here is the example from master:

capture

@pencilcheck
Copy link

Same thing for normal autocomplete chips, the searchText is not cleared when autocomplete.

@julian-iFactory
Copy link

[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].

image

@webley
Copy link

webley commented Jul 15, 2015

+1

3 similar comments
@petrogad
Copy link

+1

@yigaldviri
Copy link

+1

@jozsi
Copy link

jozsi commented Jul 24, 2015

+1

@ThomasBurleson ThomasBurleson added the needs: review This PR is waiting on review from the team label Jul 31, 2015
@ThomasBurleson ThomasBurleson modified the milestone: REVISIT Jul 31, 2015
@ThomasBurleson ThomasBurleson added needs: review This PR is waiting on review from the team and removed needs: review This PR is waiting on review from the team labels Jul 31, 2015
@ambusreedharanxad
Copy link

+1 I am using version 0.11.4 and the issue still exists.
screen shot 2015-10-20 at 4 37 28 pm

@AllaanR
Copy link

AllaanR commented Feb 19, 2016

+1

@brunoflegler
Copy link

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;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: review This PR is waiting on review from the team
Projects
None yet
Development

No branches or pull requests