I have designed an app that has a collapsible set of only 2 items. Within these two items are a set of "inputs" where the user enters values to be used during calculation, a "button" to press to execute the calculation, and a "label" to display the result/answer. However, say I have the "collapsed" as item 1. When I go to enter inputs to calculate in item 1 and then press EXECUTE, it automatically re-collapses it and expands item 2. But despite this, it still does the calculation on item 1 - you just need to expand it again to see the answer.
Can anyone please help me with this as I can't figure out whats causing this issue. Thanks so much!