-> Need a section on a component to hide when i click on another component.
I'm doing a page with a given amount of forms (amount of forms is dependent on members selected on previous page, so it can vary), each form serves to assign a value to a member - when the form is clicked 3 small buttons with value suggestions show up under the form .
When a button with a value is clicked the value is applied to the form.
When this operation is finished the user should move on to the next form on the list and repeat the process - but at any given time only one form should have the tags open (the one selected). How could i do this, is it possible with variables to control one instance of a component from another instance?
The form is prototyped with the different states (default, focused, typing with the tags showing and filled)