diff --git a/src/app/shared/chat/new-group/new-group.page.ts b/src/app/shared/chat/new-group/new-group.page.ts index 524e873a4..d4a4b9376 100644 --- a/src/app/shared/chat/new-group/new-group.page.ts +++ b/src/app/shared/chat/new-group/new-group.page.ts @@ -171,6 +171,10 @@ export class NewGroupPage implements OnInit{ }], }) }); + + setTimeout(() => { + this.groupName = "" + }, 150); } async addContacts(){