Home > Back-end >  How to emplement the multiple select of recipients emails in a text box like in Gmail in .net?
How to emplement the multiple select of recipients emails in a text box like in Gmail in .net?

Time:08-31

This is my modal and I want to emplement the multiple select email of recipients like gmail have using asp.net mvc.

Exact like this SS

And when I click any where under the modal the emails should be like this, shown in 3rd photo link

See like stackoverflow have

CodePudding user response:

You can implement a plugin in the front end like Select2, I think is the fastest way, I’ve used it

  • Related