The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I have this autocomplete:
<syncfusion:SfTextBoxExt x:Name="AutoSF" SearchItemPath="Parceiro" SuggestionMode="StartsWith" AutoCompleteMode="Suggest" SuggestionPopupClosed="AutoSF_SuggestionPopupClosed" Height="24" TextWrapping="Wrap" Watermark="Localize o Cliente..." VerticalAlignment="Bottom" HorizontalAlignment="Stretch" AcceptsReturn="True" BorderThickness="0,0,0,1" Background="#FFEEEEEE"> <syncfusion:SfTextBoxExt.BorderBrush> <LinearGradientBrush EndPoint="0,20" MappingMode="Absolute" StartPoint="0,0"> <GradientStop Color="#FFABADB3" Offset="0.05"/> <GradientStop Color="#FFE2E3EA" Offset="0.07"/> <GradientStop Color="#FF8EA2B6" Offset="1"/> </LinearGradientBrush> </syncfusion:SfTextBoxExt.BorderBrush> </syncfusion:SfTextBoxExt> When I click(select one item of list) with the left mouse button, the droped window is closed and does not select the item.
Only using ENTER the SelectedItem is loaded.
Can you help me?
SPSakthivel Palaniyappan Syncfusion Team May 8, 2020 11:02 AM UTC
Hi Nelson,
Greetings from Syncfusion.
We have checked the reported issue by creating sample based on your code snippet but we are not able to reproduce the issue at our end. Please find the sample from below location.
Could you please check the issue with attached sample and let us know whether it is reproduced or not ?. If the issue was not reproduced in this sample, please revert us by modifying the sample based on your application scenario or provide the sample and also share Syncfusion NuGet version that you are using in project. This will be helpful for us to provide better solution at the earliest.
Regards, Sakthivel P.
Need More Help?
Get personalized assistance from our support team.