• Material 3
  • Fluent
  • Fluent 2
  • Bootstrap 5
  • Tailwind CSS
  • High Contrast
  • Fluent 2 High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Theme Mode
Localization
*Translated by Google Translator.
Currency

Example of Multiple List in ASP.NET Core Mention Control

This sample demonstrates the different mentioned characters that are used to render the suggestion list. Type the @ or # or $ or % characters to select or tag the name from respective suggestion lists.

DEMO
SOURCE

The RequireLeadingSpace property in Mention controls whether a space is needed before triggering the Mention suggestion popup. When set to false, it activates without a space; when set to true, a space is required before the Mention character. To see this feature in action, start typing with #.

In the above sample, the following are configured for the contenteditable div element with @ mention integrated.

  • @ - Typing @ lists out the suggestions of the employee names.
  • # - Typing # lists the project names.
  • $ - Typing $ lists out the cost of the project
  • % - Typing % lists the status of the project.
Transform your ASP.NET Core web apps today with Syncfusion® ASP.NET Core components
100+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab