Skip to main content
May 19, 2023
Solved

Active state of an input field

  • May 19, 2023
  • 2 replies
  • 1287 views

I am creating an input field where the state changes when the field is on “mouse click” to a variant of the original and i want it to chang the state to original when there is a mouse click outside the input field. How to do that?

This topic has been closed for replies.
Best answer by Gleb

This is not possible to implement using the Interactive Components feature. You can either simulate a behavior similar to this by using Mouse Leave to change to inactive state, or use regular transitions between screens with all possible states of all input fields that are present on one screen.

2 replies

Gleb
GlebAnswer
Power Member
May 19, 2023

This is not possible to implement using the Interactive Components feature. You can either simulate a behavior similar to this by using Mouse Leave to change to inactive state, or use regular transitions between screens with all possible states of all input fields that are present on one screen.

May 19, 2023

ok…thanks…