Search code examples
javascriptc#jqueryasp.net-core-mvcasp.net-ajax

How to emplement the multiple select of recipients emails in a text box like in Gmail in .net?


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


Solution

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