Skip to content

fix(web): prevent superscripts in autocomplete suggestions#157

Merged
ryukinix merged 1 commit into
masterfrom
fix-autocomplete-superscript
Jun 10, 2026
Merged

fix(web): prevent superscripts in autocomplete suggestions#157
ryukinix merged 1 commit into
masterfrom
fix-autocomplete-superscript

Conversation

@ryukinix

Copy link
Copy Markdown
Owner

Problem

When multiple users with identical names configured were rendered in the web user list (producing superscripts, e.g. ), the autocomplete trigger read these strings directly from text contents. This polluted the automatic text insertion with the superscript characters inside the input box.

Solution

  • Added attribute to the list item () in to store the original raw username.
  • Updated to read from (falling back to if missing) when gathering usernames.

This ensures that while the view looks pretty and displays superscript counters, the autocompleted output only contains clean, valid usernames.

@ryukinix ryukinix merged commit a2fc99b into master Jun 10, 2026
5 checks passed
@ryukinix ryukinix deleted the fix-autocomplete-superscript branch June 10, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant