Skip to content

Commit

Permalink
adding multi value to domain autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
just-at-uber committed Nov 17, 2021
1 parent 8766d92 commit 99ac0dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/containers/domain-autocomplete/component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ export default {
type: Boolean,
default: false,
},
multiValue: {
type: Array,
},
navigateToDomainUrl: {
type: String,
},
Expand Down Expand Up @@ -100,6 +103,7 @@ export default {
:options="domainList"
:placeholder="`${domain ? domain : 'cadence-canary'}`"
:search="search"
:value="multiValue"
@change="onAutocompleteChange"
@search="onAutocompleteSearch"
/>
Expand Down

0 comments on commit 99ac0dc

Please sign in to comment.