M
M
mx9282021-02-13 20:08:05
Yandex maps
mx928, 2021-02-13 20:08:05

How to style suggestion output in SuggestView form?

How to make hints in SuggestView dropdown panel like this:
60280757eff44686241796.png

var suggestView = new ymaps.SuggestView('suggest', { 

        provider: {

            suggest:(function(request, options){

                return  ymaps.suggest(document.getElementById('shipping_address_city').value +", " + request);

                  })}

    });

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question