We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Is there a mouse hover trigger mode? By default, you can only click Trigger?

Is there a mouse hover trigger mode? By default, you can only click Trigger?




1 Reply 1 reply marked as answer

NV Navin Vinayagam Syncfusion Team December 27, 2022 06:35 AM UTC

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


Marked as answer
Loader.
Up arrow icon