Yandex api SuggestView get city I have a city field, and I need to autofill ONLY CITIES when I start typing. function onLoad (ymaps) { var suggestView = new ymaps.SuggestView('city'); } My function enters not only the ...