Open alicksnake22 opened 6 years ago
import FastClick from 'fastclick' FastClick.attach(document.body);
I use fastclick like this,then i select one of the pac-item in autocomplete,did not emit place_change. If i remove this two code,it works.Is it a bug?
@alicksnake22 did you find a solution to this problem yet. it seems like i'm having the same issue. on iOS only. selecting an autocomplete item doesn't do a thing...
try this? https://gist.github.com/schoenobates/ef578a02ac8ab6726487
I use fastclick like this,then i select one of the pac-item in autocomplete,did not emit place_change. If i remove this two code,it works.Is it a bug?