Great video! I'm curious how you might prototype a form in a desktop browser where `Mouse Leave` from an active field isn't accurate because an element maintains focus until user clicks/interacts with another component on the page. In this case, I'm looking for something that allows the focus to remain until a user clicks/focuses on something else in the interface. I'm hoping there is a solution that fit within the component and not require an extra overlay or something.
@p44v9n10 күн бұрын
Hey Matt! Unfortunately I don’t think that’s possible with the current version of Figma - it’s currently impossible for one component’s state to update based on listening to other components / what else is happening on the page. Have you tried Framer? They just released a native form builder. It’s really similar to use compared to Figma and great for stuff like this when you need a lot more realism / fidelity when prototyping (it creates actual React components / publishes a real website for you.)