Type alias CivicaStreetNameElement

CivicaStreetNameElement: {
    autocompleteAttributes?: string[];
    defaultValue?: CivicaStreetName;
    placeholderValue?: string;
    type: "civicaStreetName";
} & LookupFormElement & FormElementRequired & FormElementReadOnly

Type declaration

  • Optional autocompleteAttributes?: string[]

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

  • Optional defaultValue?: CivicaStreetName
  • Optional placeholderValue?: string
  • type: "civicaStreetName"