shmidt / GooglePlacesSearchController

Google Places autocompleting address search controller
MIT License
194 stars 44 forks source link

Add support for a manual text entry #34

Closed ricsantos closed 4 years ago

ricsantos commented 4 years ago

As described in issue #33, a user can only select a result from the list. This PR allows the user to press the keyboard return key to accept whatever text they have typed into the search bar, eg "Foo's house".

Note, this is only for iOS 13 and above.