soal / vue-mapbox-geocoder

Wrapper for vue-mapbox-geocoder
13 stars 22 forks source link

search box updates with spaced removed #15

Open mgkimsal opened 4 years ago

mgkimsal commented 4 years ago

https://github.com/soal/vue-mapbox-geocoder/pull/14 fixes this UI bug.

every keystroke is updating the input/search box, and having all spaces removed.

jeffriandriyanto commented 4 years ago

just remove .sync on input props. it work in my apps @mgkimsal