모든 토론으로 돌아가기
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?
아래에 의견을 추가하고 토론에 참여하세요.
새 댓글을 게시하려면 로그인 / 가입
Building an app where user input cities. Does this API suggest the cities while the user is typing?
아래에 의견을 추가하고 토론에 참여하세요.
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.