vuetify-datetime-picker
                                
                                
                                
                                    vuetify-datetime-picker copied to clipboard
                            
                            
                            
                        How can I fire this up without clicking on input field?
I want to have show the datetime picker dialog when a custom button is clicked. How can I do that?
add ref to v-datetime-picker component:
<v-datetime-picker ref="dateTimePicker"
and in function use this:
this.$refs.dateTimePicker.display = true