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

[Feature request] Mention component

Open Satont opened this issue 1 year ago • 1 comments

Hello! Do you implementing feature requests? If yes I'd appreciate to see something similar to https://www.naiveui.com/en-US/os-theme/components/mention (https://codesandbox.io/s/rfn2nx)

My scenario of usage:

  1. If mention was triggered by : symbol, then show one list of items.
  2. If mention was triggered by @ symbol, then show another list of items.
  3. It should support textarea.
  4. It should support customizable render of list item.
  5. It should optionally support virtual list render? In case there is to much items.

If that's already possible in any way, i'll appreciate any help.

Satont avatar Jul 21 '24 17:07 Satont

Hey @Satont This looks like a nice component. Most of the components in this repo come from Radix Vue, so I would probably have to make a feature request on their repo for something like this and then style it and add it to the list of components here.

BayBreezy avatar Jul 26 '24 23:07 BayBreezy

Hey @Satont ,

It would seem that the current version of Radix-Vue stops this from becoming a thing. Based on what happened here: https://github.com/unovue/radix-vue/issues/1384

I was checking around to see if a component exists for vue 3 that could provide this functionality but I was out of luck.

BayBreezy avatar Dec 02 '24 01:12 BayBreezy

@BayBreezy thank you for your answser.

Satont avatar Dec 02 '24 01:12 Satont