Skip to main content
Solved

Active state of an input field

  • May 19, 2023
  • 2 replies
  • 1128 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?

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.

This topic has been closed for replies.

2 replies

Gleb
  • Power Member
  • 4716 replies
  • Answer
  • 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.


  • Author
  • 1 reply
  • May 19, 2023

ok…thanks…