Is there ways to make the icon/button color changed to original when clicking away?

Hi guys, I’m trying to reverse the conditions set for my button, which is to make the icon and button color/border style change to what it initially looks like. But I’ve searched around and it seems like there’s no event like “clicking away” or “when any other fields are clicked”. Is there ways to achieve this?

Thanks!

Focused & not focused for inputs

Clicked, Hovered, and not hovered for elements.

If it’s page name based you can use “when current page name is ___”

Hi Chris! Thank you for your reply! But my problem is that I’m trying to find the “unclicked” function for elements and like you mentioned there’s only “Clicked, Hovered, and not hovered” for elements.

For example in this screenshot:


The button “Medium” is supposed to trigger the dropping down of the focused group after it’s clicked, and what I’d like to do is to reset the button to what it initially looks like and hide/collapse the dropdown when I click elsewhere or double-click the button “Medium”. Do you know how I can achieve this?

Same for the button “clear” in the focused group. When it’s clicked it’s supposed to clear the focused group and uncheck everything, so I set a state and conditions to achieve this. However, after it’s clicked once, the custom state stays “cleared” and I cannot find a way to “unclick” it so I can check the checkbox again.

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