TagAutocomplete
Interfaces
TagAutocompleteProps
Extends
Pick<AutocompleteProps<SCTagType|null,any,any,any>,Exclude<keyofAutocompleteProps<SCTagType|null,any,any,any>,"open"|"onOpen"|"onClose"|"onChange"|"filterSelectedOptions"|"disableCloseOnSelect"|"options"|"getOptionLabel"|"value"|"selectOnFocus"|"clearOnBlur"|"blurOnSelect"|"handleHomeEndKeys"|"noOptionsText"|"isOptionEqualToValue"|"renderTags"|"renderOption"|"renderInput">>
Properties
Functions
TagAutocomplete()
TagAutocomplete(
inProps):Element
API documentation for the Community-JS Tag 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 tags available in the application.
Import
import {TagAutocomplete} from '@selfcommunity/react-ui';
Component Name
The name SCTagAutocomplete can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description |
|---|---|---|
| root | .SCTagAutocomplete-root | Styles applied to the root element. |
Parameters
| Parameter | Type | Description |
|---|---|---|
inProps | TagAutocompleteProps |
Returns
Element