Autocomplete on mobile

Hi,
I would like to add autocomplete to a basic search on my mobile app.
I tested it on the backend and it all worked fine but when I add a text input on my mobile project there is no “make autocomplete” button.
This is a content page and I am using framework7, not bootstrap, if that makes any difference.
has anyone else run into this?
Cheers, Paul.

I have also noticed the dmxautocomplete folder is missing, is this not available with framework7 and mobile apps?
Can I manually add the folder and the script scr to my main page to enable it?
Thanks,
Paul.

Here:

1 Like

Hi Max,

Thanks, for the screenshots, now I can start testing.

Cheers,

Paul.

1 Like

Hi Max,
I got it working but didn’t use it in the end as from what I could tell the autocomplete loads the entire data set to enable quick lookup and on my mobile app that was taking too long (if not on wifi) so got around it with a “did you mean” solution.
Thanks,
Paul