Lumeo

Mention

A textarea with mention support that shows a dropdown when a trigger character is typed.

Installation

dotnet add package Lumeo

One-time app setup (AddLumeo(), CSS & JS) is covered in the installation guide.

Usage

@using Lumeo

<Mention />

When to Use

  • @user mentions in comments, messages, or chat interfaces
  • Tagging team members in collaborative editing tools
  • Referencing channels, issues, or documents with custom trigger characters
  • Social features that require inline user or entity tagging

Type the at-sign to mention a teammate.

A note is required.

Trigger:

Switch the trigger character to see different completion lists.

API Reference

Mention

  • Textarea — Basic multi-line text input without mention support
  • Combobox — Searchable dropdown for standalone entity selection
  • Input — Single-line text input for simpler text fields