Hi all,
I’m calling a google maps API through Servoy and I’m trying to mimic the same UX as when you’re typing an address in google maps. It performs a search on keystrokes that are more than 1s apart using the keyListeners plugin and returns me a set of addresses in an array. I then build a value list using the returned search results. Unfortunately, even though the value list is constantly rebuilding as I type (with keystrokes 1s apart), it’s not displaying in the UI. Does anyone know of a way I can have the changing value list values display without doing a focus loss/gain on the text field? I tried recreate UI and update UI, neither of these work.
Any suggestions would be greatly appreciated
Thanks,
Akaash