[Autocomplete] Mouse Click does not perform SelectedItem

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?

1 Reply

SP Sakthivel 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.

Sample:
https://www.syncfusion.com/downloads/support/directtrac/general/ze/TextBoxExtSelectedItemLoad562935492.zip

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.
 


Loader.
Up arrow icon