We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Combobox mouse click not working

Hi,

We had a combobox only working with keyboard events, but not working with mouse click. Selection of an item is not working with mouse click. Also events not firing with mouse events.

Blazor Version Using : 20.4.0.54


Example:

<SfComboBox Context="Personel" @bind-Value="@cari.PersonelModelId" TValue="int?" TItem="PersonelModel" Placeholder="Müş. Temsilcisi" DataSource="@PersonelModels" FloatLabelType='@FloatLabelType.Always' Autofill="@Autofill" Width="250px" HtmlAttributes="@(new() { { "style", "margin-left:2%; margin-top:2%" } })" >

<ComboBoxEvents TValue="int?" TItem="PersonelModel" ValueChange="ValueChangeHandlerPersonel"></ComboBoxEvents>

<ComboBoxFieldSettings Text="PersonelAdiSoyadi" Value="Id"></ComboBoxFieldSettings>

 </SfComboBox>


Kindly asking for your help.




1 Reply

UD UdhayaKumar Duraisamy Syncfusion Team May 1, 2023 04:37 PM UTC

We recommend that you refer to the shared documentation for a list of native events supported by the Syncfusion Blazor ComboBox component. You can find the documentation at the following link:

https://blazor.syncfusion.com/documentation/combobox/native-events#list-of-native-events-supported


List of Native events supported by the Syncfusion Blazor ComboBox component

onclick

onblur

onfocus

onfocusout

 

onmousemove

onmouseover

onmouseout

onmousedown

onmouseup

ondblclick

onkeydown

onkeyup

onkeypress

 

ontouchend

onfocusin

onmouseup

ontouchstart

 


Loader.
Live Chat Icon For mobile
Up arrow icon