You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
geocode: return only geocoding results, rather than business results. Generally, you use this request to disambiguate results where the location specified may be indeterminate.
address: return only geocoding results with a precise address. Generally, you use this request when you know the user will be looking for a fully specified address.
establishment: return only business results.
(regions): return any result matching the following types: locality, sublocality, postal_code, country, administrative_area_level_1, administrative_area_level_2
(cities): type collection instructs the Places service to return results that match locality or administrative_area_level_3
Added: Option for Address auto complete (google places) to restrict results by countrie(s) e.g: fr,nl,de (to restrict results by France, Netherlands and Germany)
Improved: Allow setting The types of place results to return to be empty for Address auto complete feature, so that all types can be returned when left blank
Improved: Clean up generated PDF datauri, no need to store it in contact entry data in database, it could also cause the database to throw error due to reaching maximum Text/Blob size
Fix: When filtering Auto suggest make sure to preserve any spaces in the search results
Fix: When using Currency field with a Default value make sure the masked is applied upon page load
Fix: When using connected datepickers in combination with a custom Localization e.g Czech and a min/max connected date, the connection would not function due to difference in date formats
Fix: Multi-part thinking there was still a field that required validation when in fact the field had become conditionally hidden while after the field had thrown a validation error. This caused the form being unable to submit.