Hello Xu Xhi Bin,
Thanks for waiting patiently.
Yes, the default trigger action for speed dial opening and
closing is “Click” and we support mouse hover action as well.
You can set the “opensOnHover” property as “true”
to open and close the speed dial on mouse hover.
API Link: https://ej2.syncfusion.com/vue/documentation/api/speed-dial/#opensonhover
<ejs-speeddial id="speeddial" content="Edit"
target="#targetElement" :items="items" opensOnHover="true"
/>
|
We have also prepared a sample for your reference.
Sample: https://stackblitz.com/edit/vue3-vue-cli-uruppr?file=src%2FApp.vue
Regards,
Navin V