How to make it so that when you start typing a word into an input, the focus groups appear at once

how to make it so that when you start typing a word into an input, the focus groups appear at once?

Have you tried using
Event: When Input’s value is changed
Condition: When Input’s value is not empty
Action: Show Focus Group

Yeah, it’s not working.

Is there any conditional visibility on focus group, input, reference element or any parent group that can cause an issue?

Place your input inside a Group and add two workflows.

One should run everytime the input’s value is not empty (Do when condition is true trigger)

The other one, when the container group is clicked AND the input’s value is not empty.

That should do the trick.

I use “animate” action with a FadeIn effect because it looks real smooth.

thanks, it works!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.