From 76ad395871fa7e29789fff9c427cab511f1e316e Mon Sep 17 00:00:00 2001 From: julian khatibi Date: Tue, 10 Jul 2018 17:00:37 -0700 Subject: [PATCH] added editable ability to text input --- GooglePlacesAutocomplete.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/GooglePlacesAutocomplete.js b/GooglePlacesAutocomplete.js index eab3564d..2fe637af 100644 --- a/GooglePlacesAutocomplete.js +++ b/GooglePlacesAutocomplete.js @@ -684,6 +684,7 @@ export default class GooglePlacesAutocomplete extends Component { {this._renderLeftButton()} {} + onSubmitEditing: () => {}, + editable: true } // this function is still present in the library to be retrocompatible with version < 1.1.0