When I load a page the selected item of SfComboBox is not set correctly when it is placed inside a SfExpander or a inside a SfPopup. If the combo box is placed outside of one of this control it works fine. This bug occurs after update to the newest version of syncfusion nuget package (current version 29.1.35), With version 29.1.33 it works correct.
If I close the popup and open it again (without any other action) the selected item is shown correct.
Why this behaviour has changed?!
<expand:SfExpander Grid.Row="1">
<expand:SfExpander.Header>
...
</expand:SfExpander.Header>
<expand:SfExpander.Content>
<VerticalStackLayout>
<Grid RowDefinitions="Auto,Auto" ColumnDefinitions="*,*">
<inputLayout:SfTextInputLayout Style="{DynamicResource TextInputLayoutBase}" ContainerType="Outlined" OutlineCornerRadius="7" ContainerBackground="{AppThemeBinding Light={StaticResource LightTextInputBackgroundColor}, Dark={StaticResource DarkTextInputBackgroundColor}}" Hint="{x:Static res:AppResource.ReadStateTitle}"
Grid.Row="0" Grid.Column="0" >
<inputs:SfComboBox x:Name="ReadStateCombo" Style="{DynamicResource SingleComboBoxBase}" SelectedItem="{Binding SelectedReadStateFilter}"
DisplayMemberPath="StateString" ItemsSource="{Binding AllReadStates}" />
</inputLayout:SfTextInputLayout>
<inputLayout:SfTextInputLayout Style="{DynamicResource TextInputLayoutBase}" ContainerType="Outlined" OutlineCornerRadius="7" ContainerBackground="{AppThemeBinding Light={StaticResource LightTextInputBackgroundColor}, Dark={StaticResource DarkTextInputBackgroundColor}}" Hint="{x:Static comres:CommonResource.CategoriesTitle}"
Grid.Row="0" Grid.Column="1">
<inputs:SfComboBox x:Name="CategoriesCombo" Style="{DynamicResource SingleComboBoxBase}" SelectedItem="{Binding SelectedCategoryFilter}"
DisplayMemberPath="Name" ItemsSource="{Binding AllCategories}" />
</inputLayout:SfTextInputLayout>
Hi Stefan,
Thank you for reaching out to us. We noticed that a similar support ticket has already been created for this issue under your account. We have addressed the issue in that ticket. Please follow up on that ticket for further updates.
Regards,
Kamalesh P
Thanks! Yes I created this item by mistake before I added the ticket. Sorry about this duplication.
Hi Stefan,
Thank you for the update. As mentioned above, please follow up on that ticket for further updates. If you require any additional assistance, please let us know. We will be happy to help you.
Regards,
Preethi R