podio / jquery-mentions-input

MIT License
985 stars 333 forks source link

Can't mention two people with the same name #172

Open michelwilliam624 opened 7 years ago

michelwilliam624 commented 7 years ago

I use this, but I can't find the way two or more people with same name.

Note: it don't mean mentioning one people twice, mentioning peoples with same name.

For example: There is many people named "James".

Please let me know the way to solve this.

richjeffery commented 6 years ago

@michelwilliam624 - if you don't want to make each one unique, you can set allowRepeat to true in your settings and that will allow you to mention two people with the same name (although it does also mean you can mention the same person twice too).