Items selected in SFCombobox inside SFInputTextLaytout where load in OnLoaded function show white space

Hi:

When put sfcombobox with multi selection enable inside of SfInputTextLayout, when sfcombobox items are loaded in Viewmodel "Onloaded" funtion, sfcombobox show white space until icon dropdown is pressed.

I'm using .net 8 y syncfusion version 27.1.51


Thanks in advance


2 Replies

HC Hariharan Chokkalingam Syncfusion Team October 4, 2024 02:21 PM UTC

Hi Carlos,

 

Thank you for contacting Syncfusion Support. We have addressed the reported issue " Issue with SfComboBox MultiSelectionMode Inside SfTextInputLayout" on our end. At present, a custom patch has been created for version 27.1.51 We have attached the NuGet files for your convenience.  

 

Please note that we have created this patch for version 27.1.51 specifically to resolve the issue reported in this ticket. If you have received other patches for the same version for other products, please apply all patches in the order received.

 

Please clear the NuGet cache, before using the latest one and please refer to the below link for this

How to clear NuGet cache?

 

Please refer to the below KB to install the custom NuGet on a local machine,

How to install the MAUI custom NuGet in the Windows machine?

 

This fix will be included in our weekly release on October 15, 2024. We will notify you once NuGet is released and appreciate your understanding and patience until that time.

 

Disclaimer: The inclusion of this solution in the weekly release may change due to other factors, including but not limited to QA checks and work reprioritization.

 

Root cause and resolution:

Root Cause: Before rendering SfTextInputLayout control missed to check few cases related to ComboBox multiselection mode.

Resolution: Now I added logic to check if ComboBox SelectedItems present or not in Token mode and updated DropDown entry based on SelectedItems and set IsHintFloated to true.

 

Regards,

Hariharan.


Attachment: Reference_1c8f846b.zip


HC Hariharan Chokkalingam Syncfusion Team October 15, 2024 08:13 AM UTC

Hi Carlos,

 

We have included the fix for the reported issue "Issue with SfComboBox MultiSelectionMode Inside SfTextInputLayout" in our latest weekly NuGet release v27.1.53 which is available for download (NuGet). We thank you for your support and appreciate your patience in waiting for this update. Please get in touch with us if you require any further assistance.

 

Regards,

Hariharan.


Loader.
Up arrow icon