EmojiAutocomplete
Emoji autocompletion provider.
Internal Component
This component is intended solely for use within GitHub and is not available for external use.Props
EmojiAutocomplete
| Name | Default | Description |
|---|---|---|
onSelectSuggestion | (event: SelectSuggestionsEvent) => voidCalled when a suggestion is selected. | |
tabInsertsSuggestions | false | booleanIf |
style | Omit<React.CSSProperties, "position">The | |
children Required | TextInputCompatibleChildAn | |
suggestionsPlacement | "below" | SuggestionsPlacementControl which side of the insertion point the suggestions list appears on by default. This
should almost always be In either case, if there is not enough room to display the suggestions in the default direction, the suggestions will appear in the other direction. |
portalName | stringThe name of the portal to render the suggestions overlay into. This is useful if you have multiple inline autocomplete components on the same page and you want to ensure the suggestions overlay is rendered in the correct order. | |
fullWidth | booleanIf | |
title | stringOptional title/name for the suggestions menu. | |
asMenu | booleanFor simple cases, the standard representation of this widget is as a | |
tone | number |