select2 Dropdown menu flickering

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:

  1.     $(document).on('touchend', function(){
  2. $(".select2-search, .select2-focusser, #s2id_autogen4, .right [id*=focusser], .right [id*=autogen], .right [id*=foccused], .select2-search-choice-close").remove();
  3. });

It happens on the "min age" and "max age" fields on this page. on mobile devices