Hi Bubblers !
I’m happy to announce my latest plugin @MentionInput!
This plugin allows you to enable users to use “@” sign to mention a user or another thing with a dropdown menu inside any input.
Useful for chat, comment section, email writing etc.
Hi @maze !
That’s kind of tricky to implement because the objective of the plugin is to be able to use it inside Bubble’s default inputs but I’ll definitely look at this and I’ll get back to you
I think that way it does not work - because once I write more than just the username - the search returns a “no” and the condition will not be activated. Also you want to submit the input afterwards (however maybe it is also possible to do in text…). But thanks for the idea I am going to try around a little bit.
@joao1997domingues I just purchased the plugin but apparently I can’t use its value.
I mean, I don’t have the possibility to retrieve “@MentionInput A’s value”.
I need it because, when a user is mentioned, I’d like to trigger a notification.
Am I missing something?
Thx
You can’t read the value from the element because it has no value, it exists only to provide the functionality on the selected element ID.
About the event, currently there’s no event triggered when a user selects something from the dropdown but I will take care of adding that feature shortly.
Following your comment and as I said I would do: I’ve added the feature to have an event triggered every time a user selects a value from the dropdown.
I’ve also added a value to the @MentionInput element that reflects the last value that was selected in the dropdown. So you can now read the element’s value and get the selected option
Finally I would like to thank you again for your input as it helped make the plugin better
Shout out to @joao1997domingues for an awesome and simple plugin that just works! Added the “{” trigger today so it now works for common merge tag formats such as {{first_name}}.
@joao1997domingues, one @Mention Input per page is working well, added another element for reply messages inside repeating group and @Mention Input isn’t working, can you help us?
Is it possible to trigger a workflow when clicking a mentioned user? I’d like to take the user to a specific page (ex. - the clicked user’s profile, another chat channels, etc. depending on which mention was clicked).