Hi
I'm trying to make a UI more user-friendly and have now a new problem:
there is a loop with several inputs (string, numeric, ring..). I want to make it possible that when a user clicks on a string control the already filled in value disappears.
I tried to do this with event structures but when I click on the string then the other controls are not updated anymore.
I added a little example for better understanding of my problem.
any suggestions? thanks