When I type in and get a dropdown with suggestions (suggestions-wrapper) - is it possible to get the click event on an item in the dropdown list? Thanks.
Asked
Active
Viewed 308 times
1 Answers
2
You can subscribe to the result
event:
geocoder.on('result', result => console.log(result));

Steve Bennett
- 114,604
- 39
- 168
- 219