The content of the formview (2D) does not update when child objects inside SwipeView are being switched.
Steps to repro
- Create project
- Attach SwipeView component
- Add two items into the SwipeView
- Add rectangle to the item 1 with fill color red
- Add rectangle to the item 2 with fill color blue
- Change the active item from navigator from 1 to 2
Expected result:
- view in formview changes to represent content of item 2
Actual result:
- view in formview remains on item 1