Conditional logic for: Hover, Clicked, Focused

Is there a way to show/hide elements based on the user interaction rather than user actions? I need to set a ton of fields that will show/hide based on:

  • Hover state (if the users hovers over to an specific field)
  • Clicked (if the user clicks the label or input area)
  • Focused (if the user starts inputting content)

Is this possible?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.