Set custom state on hover

Hi all,

I would like to know if there is a way that I can have a focus group dropdown on hover of a button.

I currently use custom states on click to show the focus group but unsure how to proceed.

:slight_smile:

Hi there, @c.pyke85… you can show a group focus when a button is hovered by using a Do when condition is true workflow event. Set the event to run every time, and add a condition to the event that says only when the button is hovered. There is a trick, though, because you can’t create that condition directly in the workflow. So, create the condition on the button itself, and then copy the condition into the workflow. Finally, add an action to the workflow event to show the group focus, and you should get the desired result.

Oh, it should be noted that the trick I mentioned is not officially supported by Bubble. They could fix that loophole at any time and break your workflow… so, just something to keep in mind.

Hope this helps.

Best…
Mike

3 Likes

Thanks Mike I’ll give it a go and let you know. Hopefully bubble either support it or don’t notice this lol

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.