Skip to main content

Interface: LocationAutocompleteProps

LocationAutocomplete.LocationAutocompleteProps

Hierarchy

  • Pick<AutocompleteProps<SCContributionLocation, false, false, true>, Exclude<keyof AutocompleteProps<SCContributionLocation, false, false, true>, "options" | "getOptionLabel" | "filterOptions" | "autoComplete" | "includeInputInList" | "filterSelectedOptions" | "value" | "selectOnFocus" | "handleHomeEndKeys" | "noOptionsText" | "onChange" | "onInputChange" | "isOptionEqualToValue" | "renderInput" | "renderOption">>

    LocationAutocompleteProps

Properties

TextFieldProps

Optional TextFieldProps: TextFieldProps

The props applied to the text field.

Default

{variant: 'outlined, label: location_label}

Defined in

packages/react-ui/src/components/LocationAutocomplete/LocationAutocomplete.tsx:53


onChange

Optional onChange: (value: any) => void

Type declaration

▸ (value): void

Callback for change event on poll object

Parameters
NameType
valueany
Returns

void

Default

null

Defined in

packages/react-ui/src/components/LocationAutocomplete/LocationAutocomplete.tsx:59