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 817d238 commit 98e400aCopy full SHA for 98e400a
src/components/form/form-item.vue
@@ -19,12 +19,12 @@
19
@msg-click="msgClick"
20
>
21
<slot>
22
- <component :is="componentName" v-model="modelValue" v-bind="fieldValue.props"></component>
+ <component :is="componentName" v-model="modelValue" v-bind="fieldValue.props" v-on="fieldValue.events"></component>
23
</slot>
24
</cube-validator>
25
<div class="cube-form-field" v-else>
26
27
28
29
</div>
30
</template>
0 commit comments