Hi Rick Cruz,
Thank you for reaching out and for providing detailed observations regarding the behavior of SfComboBox or SfPicker within the SelectedItemTemplate of SfListView.
When you use a SfComboBox or SfPicker inside a SfListView's SelectedItemTemplate, the control is recreated every time the SelectedItem changes. This is because MAUI re-renders the template for the newly selected item.
Since the ComboBox is bound to your model, this null value is written back to your data, unintentionally clearing it. We suspect that your data was not bound to combo box. Please ensure that the data source properly binded to combo box
We have prepared sample and validated from our end and we did not observe the issue in that context. We also shared a sample for your reference .
If possible, could you please share a minimal reproducible sample or demo project where the issue occurs? This will help us investigate further and provide a more tailored solution.
Regards,
Vallarasu R.
Attachment:
ComboBoxSample_7951852.zip