1153
Views
7
Comments
Dropdown mobile autocomplete

Hi!

Is there a way to create an autocomplete dropdown in a mobile app?

Or when using a searchbox to 'open' the dropdown with the possible items.


Thank you!

Martin

2023-12-07 07-51-40
Remco Dekkinga
 
MVP

Hi Martin,

There is not yet an implementation of the AutoComplete widget (RichWidgets) for the mobile platform.

If possible you can try to create this one yourself and share it on the forge or wait for another developer and share this widget.

Kind regards,

Remco Dekkinga

UserImage.jpg
Keya  Madhukar

Hi Outsystems and team,

Any updates on this? Are there any components similar to the web autocomplete widget for mobile in Silk, forge or elsewhere ?

Regards,

Keya Madhukar 

2022-06-29 22-42-03
Miguel Vicente

Hi guys,

What you can do is using one normal input and when you start to write something you show a list that was hidden by default and then shows that list filtered by what you are typing in the input.

I hope that helps.

Regards,

Miguel Vicente

2018-06-04 10-12-48
Joel Mazibuko

Any updates on this question? Forge components for the mobile dropdown search?

2024-02-10 13-44-23
dadmin

Any updates about Mobile Autocomplete?

2022-06-29 22-42-03
Miguel Vicente

@Daryl and @Joel here you have a component 

AutoComplete.oml
2019-12-04 15-28-07
Martijn de Pijper

In addition to Miguel his solution (which is working), you can change the value of the assign to an If statement. This to ensure that the results disappear when you backspace/remove the input. 


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.