mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
clear input field after select
This commit is contained in:
parent
8bf22921cf
commit
b7c620c78c
@ -7,6 +7,8 @@
|
||||
type="search"
|
||||
icon="search"
|
||||
label-prop="id"
|
||||
v-model="query"
|
||||
:id="id"
|
||||
:icon-right="null"
|
||||
:options="users"
|
||||
:loading="$apollo.queries.searchUsers.loading"
|
||||
@ -91,9 +93,8 @@ export default {
|
||||
closeModal() {
|
||||
this.isOpen = false
|
||||
},
|
||||
confirmModal(item) {
|
||||
confirmModal() {
|
||||
this.addMemberToGroup()
|
||||
item = null
|
||||
this.clear()
|
||||
this.isOpen = false
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user