Skip to content
Advertisement

Select2 V.4: Search box is not got focus on open

I using select2 for my project for the first time, and I thought I met many of my project requirements. However, one thing it was not is on their search box.

When I click on select2 element, the dropdown was opened but I could not type anything in their input box unless I click on their search.

Here is my sample code:

JavaScript
JavaScript

By inspecting issue console, it did not show any related issues at all, why it did not work well as expected ? Please kindly help, thanks.

Advertisement

Answer

Dear there is a conflict in jquery 3.5.X with select2, I have added one small fix, kindly use the below jquery code in order to fulfill your requirement.

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement