Blazor Rich Text Editor Example - @ Mention
This sample shows how to integrate the @Mention component within the Rich Text Editor component. Type the @ character and select a user from the suggestion list.
The @Mention is a component used to display a list of items that users can select or tag from the suggested list. In this demo, the following properties are configured with popup dimensions:
AllowSpaces- Allows searching for a word with spaces.SuggestionCount- Controls the number of items in the suggestion list.ItemTemplate- Used to display the customized appearance in the suggestion list.