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