Skip to main content
Eli_Crow
New Participant
February 28, 2021

Support "on click outside" or "blur"

  • February 28, 2021
  • 38 replies
  • 16044 views

Immediately sticking out for me is the absence of a “blur” interaction. This is necessary to simulate “focused” states in things like drop-downs and text inputs.

Without this, my components get stuck in the focused state without an elegant solution for having them blur like they do on the web.

My current workaround is to use the “mouse leave” action, but this is suboptimal.

I imagine you could add a trigger called “Click Outside” or something similar.

Besides this, the feature is a golden so far 🙂 You folks are killing it!

38 replies

Eleni1
November 30, 2021

Is there anything like this? However I found a good alternative option is “Mouse leave” instead of “Click”

Lee_Brown
December 9, 2021

Big +1 from me. I’m running into an issue with a prototype I’m building now and “tap outside” would help.

It would also be nice if we could be more explicit, with “tap other instance”, where a user tapping a different instance of the same component would trigger something, because it’s not so much that someone tapped anything else that I care about, but that somebody specifically tapped another of the same component.

Sara13
December 16, 2021

+1
Yes please! Prototyping complex software would be so much easier. And I am not forced to switch the Software for implementing things like “when clicking this, change other component variant to that”.

Kailin_Yang
June 2, 2022

This in combination with variants can allow us to make an accordion that automatically collapses all other list items except for the one clicked on - having to make the same number of copies as the number of list items is just very time-consuming

Calin_Stefanescu
June 24, 2022

+1 to this

ReneLopez
October 10, 2022
March 7, 2023

+1 to this! Being able to have a component switch from Focused > Not Focused when you click outside somewhere would be awesome, especially for text boxes.

April 23, 2023

Yes please! This would be very helpful. Right now I’m using “Mouse Leave” but “Click Outside” would feel much more natural.

Dennis_N
Power Member
June 20, 2023

+1 Absolutely crucial when it comes to hi-fi prototyping.

S_e_b_a_s_t_i_a_n
New Participant
June 26, 2023

My vote on this for the next feature drop.