EventAutocomplete
Interfaces
EventAutocompleteProps
Extends
Pick<AutocompleteProps<SCEventType|null,any,any,any>,Exclude<keyofAutocompleteProps<SCEventType|null,any,any,any>,"open"|"onOpen"|"onClose"|"onChange"|"filterSelectedOptions"|"disableCloseOnSelect"|"options"|"getOptionLabel"|"value"|"selectOnFocus"|"clearOnBlur"|"blurOnSelect"|"handleHomeEndKeys"|"clearIcon"|"noOptionsText"|"isOptionEqualToValue"|"renderTags"|"renderOption"|"renderInput">>
Properties
Functions
EventAutocomplete()
EventAutocomplete(
inProps):Element
API documentation for the Community-JS Event Autocomplete component. Learn about the available props and the CSS API.
This component renders a bar that allows users to search (with autocomplete) for all the events available in the application.
Import
import {EventAutocomplete} from '@selfcommunity/react-ui';
Component Name
The name SCEventAutocomplete can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description |
|---|---|---|
| root | .SCEventAutocomplete-root | Styles applied to the root element. |
Parameters
| Parameter | Type | Description |
|---|---|---|
inProps | EventAutocompleteProps |
Returns
Element