-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MdSelect] not work #1687
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: