Closed savayer closed 1 year ago
also have this bug on Android
while the bug is not fixed - added a small dirty fix, it works for me:
getDataByCity(event) { // VueDadata prop :onChange="getDataByCity"
//.... manipulations with event
// small fix
document.querySelector('.vue-dadata__input').value = event.value;
}
@allinchow Thanks
Bug description I'm entering the first letter (or several) of a city, selecting it and after that the value does not appear in the input. You have to enter the city completely and only after that the select works
Screenshots I check this in BrowserStack. I entered the first letters, chose the proposed city, got the coordinates, but the value that I entered remained in the input field
Smartphone:
Do you have any ideas? Thanks