-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[md-select] Only one populates value #1389
Comments
This is maybe same issue as #1262 |
Works fine with keys. Check Vue.js guide |
Thank you for looking into it. It does work with the keys set. But actually what I have are different sets of select components in the form. As a short-cut to typing up different set of select components I had put them in a loop to generate a series of select components. In the same pen https://codepen.io/zapping/pen/RxMGZj the select components have been typed or entered separately. Unfortunately only one select component populates. Sorry for the confusion. |
As @Samuell1 said, the options of |
Can you please check this again? The vue-material .js and .css have been set to version beta-8 but the issue still exists. |
@zapping can you please make reproduction in repository? |
Sorry I didn't get you. The codepen for the issue was included before. If it will help I have removed all the additional code and included just the necessary code in this pen https://codepen.io/zapping/pen/BYzMKY |
@zapping yeah i mean codepen sorry |
|
setFieldContent if options are changed fix #1389
Can you please check this pen https://codepen.io/zapping/pen/RxMGZj ? If you click on the edit icon the corresponding md-select is supposed to show-up for edit.
For some reason the md-select shows value for only one component and the rest does not populate. I tried adding normal select also along and that seems to populate without issues.
The text was updated successfully, but these errors were encountered: