I am using the Autocomplete-Widget from the Appstore https://appstore.home.mendix.com/link/app/2695/ and was wondering if it is possible to show the full list of all items in the combobox and afterwards start filtering. When the user starts typing the list would be filtered. I think this is a way better UX than showing an empty list to the user. In most cases the user doesn’t know which items are available in the list.
asked
Steffen Kriese
1 answers
1
Hi Steffen,
You can try to set the property “Minimum Input Length” to 0. and see if that works
This might be a better UX, by please note for performance reasons this might not be the best option…