You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same thing. easyComplete changes all settings of that input field. So you need to either overrule or give it a valid width in pixels. It also check the width if the input type. So if nothing is set, it gets some kind value hardcoded. I and sets this as the width, the problem is, that should be 100% or auto i believe.
I also found a issue with the main class. It uses PX and i tried fixing the core code by adding auto or 100% to the main DIV its creates and this fixes it for mobile.
But im by far no code guru or whatever.
You can see my example here www.promotiespullen.com Ive implemented it on a couple places. I used a custom setup with images and links. The links it generates are taken from the search query
Hi, I have the EasyAutocomplete in a Div, like a popup but the width didnt work. The ul acept just 1 character per line.

The text was updated successfully, but these errors were encountered: