Select2 virtual keyboard Issue On Mobile? – Solution
Use JQuery $(document).on(‘touchend’, function(){ $(“.select2-search, .select2-focusser”).remove(); })
Use JQuery $(document).on(‘touchend’, function(){ $(“.select2-search, .select2-focusser”).remove(); })