Type alias GoogleAddressElement

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

Type declaration

  • Optional autocompleteAttributes?: string[]

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

  • Optional defaultValue?: GoogleMapsAddress
  • Optional placeholderValue?: string
  • type: "googleAddress"