ui-mention icon indicating copy to clipboard operation
ui-mention copied to clipboard

Facebook-like @mentions for text inputs built around composability

Results 7 ui-mention issues
Sort by recently updated
recently updated
newest added
trafficstars

Due to how the mentions of someone's names may occur, there is a chance that the rendering may parse mentions recursively. For example, if you replace **@mentions** with **mentions** then...

Is there any configuration to achieve this functionality? Or anyone implemented anything similar to this?

Right now, I just exposed everything via the directive controller. Although this gives you a LOT of control, it requires you to make your own secondary directive. For now, I...

I add below css into the code and put a scroll bar. when i select using a keyboard and on down , when i read to the next element but...

I was just trying out the demo, and I noticed that if you do a mention towards the end of the textarea box, it breaks up like so: ![screen shot...

This is a suggestion instead of using a wrapping container with `position:relative` and a dropdown present for every textarea on the page which could incur a sizable performance cost (although...

This repo was sort of slapped together on a whim, would be nice to have some cleaned up documentation.