By the way, for anyone stumbling across this with a similar problem, here’s how I generally accomplished this:
- Use a normal group instead of a floating group/group focus. Make sure you hit “Bring to Front”
- Create a repeating group of type text within the above group
- Put input type in its own group (group type).
- For each of the repeating group’s cells, add a clickable element. Set the workflow of this element to be: “set state SELECTED of input type = current cell’s text -> reset group type”
- Set input type’s “initial content” to input type’s SELECTED
- Set up the above workflows to show or hide the group, with the following addition. For the condition for the invisible group, make it “When input group is focused OR repeating group text is pressed, this group is visible”. This will prevent the hide event from firing before the input can be reset properly when you click a repeating group cell.
Hope this helps. The only limitation I know of to this is that you can’t have the group go out of the bounds of the popup. This whole thing definitely took way too long for something that should be simple, so I really hope bubble adds these features.
1 Like