Torna a tutte le discussioni
Curious about the API
agnide4
3 years ago
Building an app where user input cities. Does this API suggest the cities while the user is typing?
Partecipa alla discussione - aggiungi un commento di seguito:
Accedi/Iscriviti per pubblicare nuovi commenti
Hi,
The API does not that itself, but you can use it to build your own, something like this: https://www.w3schools.com/howto/howto_js_autocomplete.asp
You can use the API to first find the cities by country and state, and use that list of cities as a source for your autocomplete component.