- Adds conditional field
isRequired
to splitted address parts. Addsrequired
on the input element when required.
- Uses
self.load
instead ofbeforeSend
to set the API key.
- Fixes large amount of google requests when typing an address
- Allows to set splitted address parts fields editable or disabled
- Fixes address parts inputs not auto filled
- Adds labels to splitted address fields
- Fixed a wrong dependency to lodash
- Replace schema field "googleApiKey" by project-level option "googleApiKey"
- New schema field "splitAddress" to split an address into pre-defined fields (street address, city, country, ...)
First version with advanced options from Google Maps API documentation