We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b2ec9 commit 9850f2fCopy full SHA for 9850f2f
1 file changed
packages/vue-vanilla/src/controls/InputControlRenderer.vue
@@ -6,9 +6,11 @@
6
:applied-options="appliedOptions"
7
>
8
<DispatchCell
9
- v-bind="control"
10
- :id="controlWrapper.id"
11
- :handle-change="handleChange"
+ :id="control.id + '-input'"
+ :schema="control.schema"
+ :uischema="control.uischema"
12
+ :enabled="control.enabled"
13
+ :path="control.path"
14
/>
15
</control-wrapper>
16
</template>
0 commit comments