In SfComboBox, currently, the SelectedItems property has an internal set only and is not able to bind the selected items through the view model. We need to provide
setter
support for the SelectedItems property in SfComboBox in .NET MAUI for multiselection token mode.