googleAddress

This is an input field that auto-complete address with Google Address.

Please note, this field depend on the following:

Special properties of field

Property

Default

Accepted values

Description

autocomplete

none

Indicates whether the value of the control can be automatically completed by the browser.

onPlaceChanged

none

Function

Will be called when the user select an address from list. Parameters of function: onPlaceChanged(value, place, rawPlace, model, schema) { }

placeholder

none

String

Placeholder text for input field

readonly

false

Boolean

If true, the input field is read only

Last updated