We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b125f86 commit cdd419aCopy full SHA for cdd419a
src/views/playground/WidgetConfig/Index.vue
@@ -246,8 +246,12 @@ ul {
246
<div class="col" v-if="widgetConfigTemp.onChainId.enabled && onchainconfigsOptions.length > 0">
247
<div class="">
248
<label for=""><strong>Select OnChain KYC Config: </strong></label>
249
- <v-select small-chips v-model="widgetConfigTemp.onChainId.selectedOnChainKYCconfiguration"
250
- :items="onchainconfigsOptions" item-text="text" item-value="value" multiple></v-select>
+ <v-select v-model="widgetConfigTemp.onChainId.selectedOnChainKYCconfiguration"
+ :items="onchainconfigsOptions" item-text="text" item-value="value" multiple
251
+ small-chips
252
+ attach
253
+ dense
254
+ outlined></v-select>
255
</div>
256
257
0 commit comments