Google Autocomplete Places API not triggering event on change via TAB
问题 Per the Google Autocomplete Places API documentation, the getPlace() call should return a Places object with all the location data, or, if that place doesn't exist (i.e. - the user ignored the suggestions), it should return a stub with just the name element of the Places object filled in. However, it only does this latter operation when the user hits ENTER, not if they TAB out of the field. I've tried looking at the change event, the keyup, keydown events. I've tried triggering a keydown