Blazor Mention Example - Multiple Data Sources
This example demonstrates different mention characters in Mention component for rendering suggestion lists.
Multiple mention characters supported:
- Type
@– Lists employee name suggestions - Type
#– Lists project name suggestions - Type
$– Lists project cost suggestions - Type
%– Lists project status suggestions
Leading space control:
- Use
RequireLeadingSpaceproperty to control space requirement - When
false– Activates mention popup without space - When
true– Requires space before mention character - Start typing with
#to observe this feature