Skip to content

Commit

Permalink
clear add member modal after adding a member successfully
Browse files Browse the repository at this point in the history
Fixes #158
  • Loading branch information
jxjj committed Apr 30, 2024
1 parent d30094d commit 203dad2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/js/components/EditGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,9 @@ export default {
handleUserSelected(user) {
this.newUserId = user.mail;
// reset user lookup input
this.userLookupText = "";
this.$nextTick(() => {
this.$refs.addMemberRef.focus();
});
Expand Down

0 comments on commit 203dad2

Please sign in to comment.