Page 1 of 1

Servoy Accordion Component issue

PostPosted: Wed Jan 17, 2024 8:00 pm
by ryan1680098789
I'm working on a new form that contains an accordion component. Each tab on the accordion contains the same form, but the idea being that each tab displays different data for a set of records. The issue I'm having is the contained form does not update/re-render properly. The data assigned to the form is correct and verified but the issue is that the UI does not update when switching between the different tabs. It switched properly on the first tab switch but after that, when switching tabs the data stays the same as the tab that was first switched to, even though the data on the backend matches what should be shown.