Skip to content

Commit 9850f2f

Browse files
committed
hand over only some keys instead of binding control
1 parent f5b2ec9 commit 9850f2f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/vue-vanilla/src/controls/InputControlRenderer.vue

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
:applied-options="appliedOptions"
77
>
88
<DispatchCell
9-
v-bind="control"
10-
:id="controlWrapper.id"
11-
:handle-change="handleChange"
9+
:id="control.id + '-input'"
10+
:schema="control.schema"
11+
:uischema="control.uischema"
12+
:enabled="control.enabled"
13+
:path="control.path"
1214
/>
1315
</control-wrapper>
1416
</template>

0 commit comments

Comments
 (0)