How to know when a MultiSelect Dropdown Control loses focus?

Hello,

I need to check the selected values from a MultiSelect Dropdown against a text box content, and I need it to happen when the Dropdown loses focus. But I am not being able to get the event of the Dropdown losing focus.

How can I get this lost focus event for the  MultiSelect Dropdown control?

Thanks,

Alexandre

 


3 Replies 1 reply marked as answer

UD UdhayaKumar Duraisamy Syncfusion Team October 8, 2024 03:51 AM UTC

To capture the 'lost focus' event for the ASP.NET Core MultiSelect Dropdown control, you can use the blur event. 


<ejs-multiselect id="multiselect" blur="onBlur" ></ejs-multiselect>


For more details, you can refer to the API documentation.


Marked as answer

AL Alexandre October 13, 2024 08:57 AM UTC

Hello  UdhayaKumar ,


Thank you very much for your answer, it was helpful to my project


Best Regards



UD UdhayaKumar Duraisamy Syncfusion Team October 14, 2024 05:31 AM UTC

We’re delighted to hear that your requirement has been fulfilled! We’re always here to help you.


Loader.
Up arrow icon