I'm using this chipView in android for this simple tag like view. But it only accepting email-id's and not the simple text tags.
Contact contact = new Contact(firstName, lastName, displayName, @NonNull emailAddress, Uri avatarUrl)
If i press Enter in the chipView, it takes only email as tags, and erasing simple text from view