You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand sort of mentions autocomplete list. For example, when I begin to type @a
in composer on nodebb community forum, it gives
Is it possible to have a greatest sorting ? If @a is typed, only propositions beginning with the a letter should be proposed at first (in alphabetical order), for groups and users. No ?
It's annoying if there are many many mentions possibles because the dropdown has only ten items in it... Bad items are showing first and we can't see good items...
The text was updated successfully, but these errors were encountered:
You're correct, it's bugged out, and has been for quite some time. What's supposed to happen is a list of matching users and groups are returned. It doesn't seem like the groups are filtered properly (or at all!) 😄
If it is intentional, it's not great because of the limitation to ten items in the dropdown...
For example, if I have many groups with close names (promo-00-01, promo-01-02, etc...), we can't see all of these (see #118) and there can be unshowed items in dropdown also by a replacement by other terms which don't begin with p letter...
I think the dropdown selector could be improved (see also #119).
Hello !
I don't understand sort of mentions autocomplete list. For example, when I begin to type
@a
in composer on nodebb community forum, it gives
Is it possible to have a greatest sorting ? If
@a
is typed, only propositions beginning with thea
letter should be proposed at first (in alphabetical order), for groups and users. No ?It's annoying if there are many many mentions possibles because the dropdown has only ten items in it... Bad items are showing first and we can't see good items...
The text was updated successfully, but these errors were encountered: