Skip to content

Commit 63c5a11

Browse files
committed
fix list hiding when selecting current location
1 parent 4ec9015 commit 63c5a11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

GooglePlacesAutocomplete.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ export default class GooglePlacesAutocomplete extends Component {
364364
text: this._renderDescription(rowData),
365365
});
366366

367-
this.triggerBlur(); // hide keyboard but not the results
368367
delete rowData.isLoading;
369368
this.getCurrentLocation();
370369
} else {

0 commit comments

Comments
 (0)