Hello everyone,
i have a curios problem.
<tabfolder>
<tabfolderdefaulttabitem>
<text style="align:center">All tabs are disabled</text>
</tabfolderdefaulttabitem>
<tabitem label="Bad">
<_enabled>true</_enabled>
<scrollPane>
<container class="formEntry" style="layout:gridlayout(2,1)">
Floor Heating:
<textfield id="name">
<_tooltip>%NAME_TOOLTIP%</_tooltip>
</textfield>
</container>
<container class="formEntry" style="layout:gridlayout(2,1)">
Light Washbowl:
<radioGroup id="light" style="align:right;layout:inlinelayout(true,fill)">
<radiobutton value="true" style="gap:3 0">on</radiobutton>
<radiobutton value="false" style="gap:3 0">off</radiobutton>
</radioGroup>
</container>
</scrollPane>
</tabitem>
The first Element is every time selected and i´m not able to deselect it.
Once i move down to select other elements i´m also not able to select the first elemnt.
Even if i changed the first element, it happens the same.
Does anyone knows something about that?
Thank you very much.

