select2 Dropdown menu flickering
I have been trying to stop a select2 dorpdown menu from flickering but to no avail. Any ideas why this is happening or how I can stop it from happening.
My code looks like b elow:
- $(document).on('touchend', function(){
- $(".select2-search, .select2-focusser, #s2id_autogen4, .right [id*=focusser], .right [id*=autogen], .right [id*=foccused], .select2-search-choice-close").remove();
- });
It happens on the "min age" and "max age" fields on
this page. on mobile devices