firstLocationControl : FormControl<any>
secondLocationControl : FormControl<any>
autocompleteCountries ?: string | string[]
Country restrictions override for autocomplete predictions.
countryRestrictions ?: readonly Country[]
detectLocation ?: boolean = true
dynamicValidation ?: boolean = false
First validation happens only on blur, and validates on value changes once an error exists
firstLocationPlaceholder ?: any = $localize`Enter a location`
inputSize ?: any = InputSize.MID
Currently only supports LARGE and MID values.
Additional sizes require scss modifications
isSecondLocationRequired ?: boolean = false
locationType ?: AutocompleteLocationType = AutocompleteLocationType.ALL
secondLocationPlaceholder ?: any = $localize`Enter a second location`