Answer the question
In order to leave comments, you need to log in
How to catch the value of the selected hint in SuggestView when working with Yandex.Maps?
I try to catch through the select event - nothing comes out
<input class="search__input js__search-value" id="suggest-view" type="search" value="" placeholder=""/>
var suggestView = new ymaps.SuggestView('suggest-view');
suggestView.events.add('select', function (e) {
console.log('select');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question