darrenfang / vuetify-datetime-picker

DatetimePicker component for Vuetify.js. https://darrenfang.github.io/vuetify-datetime-picker/
MIT License
175 stars 127 forks source link

How can I fire this up without clicking on input field? #82

Open wpgeek922 opened 3 years ago

wpgeek922 commented 3 years ago

I want to have show the datetime picker dialog when a custom button is clicked. How can I do that?

vodnicearv commented 3 years ago

add ref to v-datetime-picker component: <v-datetime-picker ref="dateTimePicker"

and in function use this: this.$refs.dateTimePicker.display = true