Here's a good one. I have an initial state with 2 empty textboxes.
My top transition is for displaying a date picker.
My bottom transition is for displaying an item picker.
Is it possible to leave the picked value behind in the text box?
Right now what happens is, if you click the date and pick something, then it's in the date field (More 3), but the moment you go pick an item for (More 2) from the item picker, it wipes out the date, and vice versa.
Hi David!
Yes! This is one of the scenarios for shared interactions! :). What you need is to let the state that shows the date picker and the state that shows the item picker to be applied together, instead of exclusively (which is the default behavior for most interactions).
To do so, you can make the interaction shared by clicking the Shared Interaction button (at the bottom right corner, shown below) on each of the Tapped/Clicked Textbox states.
Let us know if that helps!
Best regards,
Santiago.
Indigo Studio Team.
That worked ... thanks !!!