Skip to main content

UserAutocomplete

Interfaces

UserAutocompleteProps

Extends

  • Pick<AutocompleteProps<SCUserAutocompleteType | null, true, any, any>, Exclude<keyof AutocompleteProps<SCUserAutocompleteType | null, true, any, any>, "open" | "onOpen" | "onClose" | "onChange" | "filterSelectedOptions" | "disableCloseOnSelect" | "options" | "getOptionLabel" | "value" | "selectOnFocus" | "clearOnBlur" | "blurOnSelect" | "handleHomeEndKeys" | "clearIcon" | "noOptionsText" | "isOptionEqualToValue" | "renderTags" | "renderOption" | "renderInput">>

Properties

PropertyTypeDescription
limitCountGroups?numberThe maximum number of users that will be visible when not focused. Default 0
onChange?(value) => voidCallback for change event on poll object
TextFieldProps?TextFieldPropsThe props applied to text field Default {variant: 'outlined, label: groups_label}

Functions

UserAutocomplete()

UserAutocomplete(inProps): Element

Parameters

ParameterType
inPropsUserAutocompleteProps

Returns

Element