How to implement @mention functionality in a Text Box and fetch users from the database?
0
Hi Community,I have a requirement where, inside a Text Box/Text Area, when a user types @, I want to display a dropdown/list of users fetched from the Mendix database.Example:User starts typing: @A suggestion list appears showing users such as:UmeshRajuUser selects a name, and it gets inserted into the text as @Umesh.