Skip to content
This repository was archived by the owner on Jun 13, 2021. It is now read-only.

Commit df16ff8

Browse files
committed
feat: add visual feedback when selecting region
1 parent c78060c commit df16ff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/App.vue

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export default {
7878
this.highlightedIndex = 0;
7979
},
8080
onSelectRegion(region = this.filteredRegions[this.highlightedIndex]) {
81+
this.value = region.name;
8182
const updatedCookieString = this.cookieString
8283
.split(':')
8384
.map((paramString) => {

0 commit comments

Comments
 (0)