• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

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

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.