Akryum / vue-mention

Mention component for Vue.js
https://vue-mention.netlify.app/
MIT License
523 stars 54 forks source link

Can I have a label instead of value display ? #93

Open sarah2627 opened 1 year ago

sarah2627 commented 1 year ago

When I select an user for exemple, this displays in input-textarea the value but it is not very clean because it contains a uuid. Is it possible to display something other than the value or at least in the uuid?

The 3 steps :

When I select an user (OK) :

Capture d’écran 2023-02-22 à 09 21 01

When an user is selected (NOK) :

Capture d’écran 2023-02-22 à 09 20 44

When I submit (OK) :

Capture d’écran 2023-02-22 à 09 20 53

Thanks in advance :)