Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit e86e5f3

Browse files
committed
2 parents 957a97f + 1468e04 commit e86e5f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/VueGoogleAutocomplete.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@
126126
127127
// return returnData object and PlaceResult object
128128
this.$emit('placechanged', returnData, place, this.id);
129+
130+
// update autocompleteText then emit change event
131+
this.autocompleteText = document.getElementById(this.id).value
132+
this.onChange()
129133
}
130134
});
131135
},

0 commit comments

Comments
 (0)