I’m seeing some odd behavior when a bound ComboBoxAdv loads in a SfTextInputLayout. The ComboBoxAdv binding works fine, but when the UserControl first loads, the ComboBoxAdv inside the SfTextInputLayout does not render the current value. If you tab into the SfTextInputLayout or drop down the combo, it works as I would expect. When the SfTextInputLayout loses focus I see the correct selected display value, and the Hint text on top of each other.
This is the XAML for the ComboBoxAdv in a SfTextInputLayout. The ComboBoxAdv on the left is the same
without the SfTextInputLayout.
<inputLayout:SfTextInputLayout
Hint="Min Office Version"
Width="150">
<syncfusion:ComboBoxAdv x:Name="cboMinVersion"
SelectedValuePath="Tag"
SelectedValue="{Binding AccessMinimumVersion}"
Foreground="{StaticResource Supplied}">
<syncfusion:ComboBoxItemAdv Tag="" Content="Any" />
<syncfusion:ComboBoxItemAdv Tag="16" Content="Office O365" />
<syncfusion:ComboBoxItemAdv Tag="15" Content="Office 2013" />
<syncfusion:ComboBoxItemAdv Tag="14" Content="Office 2010" />
<syncfusion:ComboBoxItemAdv Tag="12" Content="Office 2007" />
</syncfusion:ComboBoxAdv>
</inputLayout:SfTextInputLayout>
I’m a newbie to Syncfusion so I’m not sure if this is a bug
or something obvious that I’m missing?
Thanks!
Hi
Vignesh,
I updated to 19.3.0.55 and everything looks like it is working as expected.
Thanks for the quick fix!
Kevin
Hi,
I also have a problem with the correct focus :(
v. 19.4.0.42
Hi Eswaran,
I notice that when IsEditable is true, than text input is not focus
<syncfusion:ComboBoxAdv
x:Name="TestCmb"
IsEditable="True"
DisplayMemberPath="Name" />
Hi Vignesh,
I checked your sample and its work fine. But i noticed some error with style when use Material Design.
Please take a look at the test code if that's not a problem :
Hi Bartosz,
We have confirmed the reported scenario is a defect and logged a report for the reported scenario “Text overlapping issue in ComboBoxAdv when applying MaterialDesignThemes”. We will provide the patch for the reported issue on 18th February 2022.
You can track the status of this defect using the following feedback link:
If you have any more specification replication procedures or a scenario to be tested, you can add it as a comment in the portal.
Regards,
Subashini M.
Thank you for the information, I look forward to the update, but I do not have access to the attached link :(
Hi Bartosz,
We have enabled access to view the feedback link now. Please check it once by clearing the cache and let us know if you are facing any issues in viewing the feedback link.
Regards,
Subashini M.
Hi Bartosz,
We have fixed the reported issue - “Text overlapping issue in ComboBoxAdv when applying MaterialDesignThemes”. Please find the patch file from the following location:
V19.4.0.48
Recommended approach – exe will perform automatic configuration Please find the patch setup here: Advanced approach – use only if you have specific needs and can directly replace existing assemblies for your build environment Please find the patch assemblies alone from: Please find the NuGet from the below location: |
Installation
Directions:
This patch should replace the files "Syncfusion.Shared.WPF”, "Syncfusion.Shared.WPF.Classic” under the following folder.
$system drive: \ Files\Syncfusion\Essential Studio\$Version # \precompiledassemblies\$Version#\[TargetFramework]
E.g.: $system drive:\Program Files\Syncfusion\Essential Studio\19.4.0.48\precompiledassemblies\19.4.0.48\4.6
To automatically run the Assembly Manager, please check the Run assembly manager checkbox option while installing the patch. If this option is unchecked, the patch will replace the assemblies in precompiled assemblies’ folder only. Then, you must manually copy and paste them to the preferred location, or you must run the Syncfusion Assembly Manager application (available from the Syncfusion Dashboard, installed as a shortcut in the Application menu) to re-install assemblies.
https://www.syncfusion.com/support/directtrac/patches
Disclaimer:
Please note that we have created this patch for version 19.4.0.48 specifically to resolve the issues reported in this forum. If you have received other patches for the same version for other products. This fix will be included in our Volume 1 release which will be available in March 2022.
Please let us know if you need any further assistance.
Regards,
Subashini M.