Major Changes
- #3168 by @12joan –
- Now uses the reworked combobox package
ELEMENT_MENTION_INPUT
is now an inline void element, and combobox functionality must now be handled in the component- Plugin options:
- Now extends from
TriggerComboboxPlugin
- Renamed
query
totriggerQuery
(provided byTriggerComboboxPlugin
) - Removed
id
(no longer needed) - Removed
inputCreation
(seeTriggerComboboxPlugin['createComboboxInput']
)
- Now extends from
- Removed queries and transforms relating to the mention input:
findMentionInput
isNodeMentionInput
isSelectionInMentionInput
removeMentionInput
- Removed
withMention
(no longer needed) - Removed
mentionOnKeyDownHandler
(no longer needed)