shmidt / GooglePlacesSearchController

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

Allow the user to enter text that doesn't match a result #33

Closed ricsantos closed 3 years ago

ricsantos commented 4 years ago

As per the Google Calendar app on iOS, if the user types in, say "Bob's House", and there isn't a relevant result, the user can press Done on the keyboard and that text based result will be used.

Update the keyboard return key type and delegate to handle a manual string result.

ricsantos commented 3 years ago

Fixed in #34