django-autocomplete-light icon indicating copy to clipboard operation
django-autocomplete-light copied to clipboard

Select2 widget is not allowing user to type on IOS device

Open mtzirkel opened this issue 3 years ago • 2 comments
trafficstars

I have a project that has a DAL select2 and it works as intended in multiple browsers on a Ubuntu, macOS, and Google Pixel phone. It does not work on Iphone or Ipad in either Chrome or Safari. When I research this I cannot find any issue with select2 and IOS I cannot find anything beside an issue with select2 not working well in a modal when also using bootstrap. My select2 is not in a modal but I am wondering if this could be a conflict with bootstrap.

Any ideas on how to navigate from here I would appreciate. 69417

mtzirkel avatar Mar 22 '22 17:03 mtzirkel

This is also happening on Safari on macOS. I was looking at the Devtools on both Safari and Chrome and found that the Role was a button on safari and a combobox on chrome. Any thoughts on a fix for this. I have a feeling this is the core of the issue

mtzirkel avatar Mar 25 '22 22:03 mtzirkel

@mtzirkel the problem was on line 128 of autocomplete-light.js. But the problem has already been solved in newer versions like 3.9.7. You can update the version to get this improvement and other features like "create".

klebercode avatar May 23 '23 15:05 klebercode