GoogleAddressElement: {
    autocompleteAttributes?: string[];
    defaultValue?: GoogleMapsAddress;
    placeholderValue?: string;
    type: "googleAddress";
} & LookupFormElement & FormElementRequired & FormElementReadOnly

Type declaration

  • OptionalautocompleteAttributes?: string[]

    Custom autocomplete attributes that will be added to the element during rendering

  • OptionaldefaultValue?: GoogleMapsAddress
  • OptionalplaceholderValue?: string
  • type: "googleAddress"