Skip to content

Commit

Permalink
fix: select in oneOf should be full width
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Nov 18, 2024
1 parent 5729280 commit d5b1c2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/src/components/nodes/one-of-select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ const fieldProps = computed(() => {
<template>
<v-row>
<v-col v-if="modelValue.skeleton.childrenTrees">
<v-col
v-if="modelValue.skeleton.childrenTrees"
cols="12"
>
<v-select
v-bind="fieldProps"
:model-value="activeChildTree"
Expand Down

0 comments on commit d5b1c2b

Please sign in to comment.