Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

mdSelect: items appear multiple times #1643

Closed
Frank3K opened this issue Feb 24, 2015 · 6 comments
Closed

mdSelect: items appear multiple times #1643

Frank3K opened this issue Feb 24, 2015 · 6 comments
Assignees
Milestone

Comments

@Frank3K
Copy link
Contributor

Frank3K commented Feb 24, 2015

Since ee4c7c1, which fixed #1601, the items in a md-select appear multiple times. In my example, each item is repeated n times where n is the number of items in the ng-repeat collection.

In a previous version v0.8.0-rc1-master-eda14e9 this issue did not happen, see this Plunker.

Updated Plunker demonstrating the issue. Using master branch.

The demos on the demo-page do not seem to have this issue, which leads me to believe that this issue is somehow related to the ng-repeat combined with the ng-model or ng-value values used.

@IPRIT
Copy link
Contributor

IPRIT commented Feb 24, 2015

I found a similar problem right now.

@seiyria
Copy link

seiyria commented Feb 25, 2015

I believe this is a duplicate of #1653.

@Toilal
Copy link
Contributor

Toilal commented Feb 25, 2015

It's not a duplicate of #1653, I hit the issue in my own project too, using master or v0.8.1.

@jboothe
Copy link

jboothe commented Nov 25, 2015

I am using v1.0.0-rc4 and md-select, replaces the first item in the dropdown list with the selected item.
In a list of years, for instance, clicking 2013 replaces the first item (2015) with 2013. So the list looks like this after clicking 2013:

2013
2014
2013
2012
...

Has this been addressed or user error?

@ryananthonydrake
Copy link

This is still an issue -_-.

Any update on this?

@Frank3K
Copy link
Contributor Author

Frank3K commented Feb 8, 2016

@iamryandrake are you sure you have the exact same issue? The issue I described has already been fixed for quite some time.

Can you include a demo or open a new issue if the issues are not the same?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants