Vuetify Version: 2.0.3
Last working version: 1.5.16
Vue Version: 2.6.10
Browsers: Chrome 76.0.3809.87
OS: Mac OS 10.14.6
Create a speed dial with dialog as button
Should display dialog when clicking the button in speed-dial
Shows a darker background but no card.
Confirming. Same behavior for me.
Any progress on that? @sh7dm
@pascalmattes you can use a workaround like this for now: https://codepen.io/sh7dm/pen/yLBzVQR
Just use Dialog with its v-model, not with activator slot
I'm going to push this off of 2.2 for now as the component needs a pretty heavy refactor to support this properly.
Unfortunately due to limited bandwidth we were unable to tackle this. Moving to v3.
If you have any additional questions, please reach out to us in our Discord community.
Most helpful comment
@pascalmattes you can use a workaround like this for now: https://codepen.io/sh7dm/pen/yLBzVQR
Just use Dialog with its
v-model, not withactivatorslot