-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[MdSelect] not work #1687
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
Comments
Are your options objects? |
Would you upgrade |
ok... |
Thanks. I believe it has been fixed with commit 01dfdfb. It's weird that this commit is before I tested this case and it runs great with Before next release, you could fix it with following codes temporary: <template>
<md-field v-if="show">
</template>
<script>
export default {
data () {
return {
show: false
},
},
mounted () {
this.show = true
}
}
</script> |
Loading data for selects should be in |
i use vue-material
^1.0.0-beta-7
and i write my code :
if i select

md-option
the md-select doesn't work , it shows nothing ... actually i already selected...what's wrong with my code??
thanks so much!!!
The text was updated successfully, but these errors were encountered: