Hi
I have a dropdown with the following data source structure:
[ obj:{value1: "Value for input tab1", value2: "Value for input another tab2"}, obj:{value1: "another value", value2:"some value"}]
Also I have a listener on selecting dropdown value @change.
When user selects value in dropdown, it's supposed to upload data from array of objects. Property value1 will be one tab with input inside, value2 the second tab etc.
The problem is when I select value from dropdown, two inputs are set inside one tab. They should be separated by their own tabs
At screenshot, red area relates to
En-GB tab, blue one to
Nl-NL 