Skip to content

Commit

Permalink
hand over only some keys instead of binding control
Browse files Browse the repository at this point in the history
  • Loading branch information
davewwww committed Mar 18, 2024
1 parent f5b2ec9 commit 9850f2f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/vue-vanilla/src/controls/InputControlRenderer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
:applied-options="appliedOptions"
>
<DispatchCell
v-bind="control"
:id="controlWrapper.id"
:handle-change="handleChange"
:id="control.id + '-input'"
:schema="control.schema"
:uischema="control.uischema"
:enabled="control.enabled"
:path="control.path"
/>
</control-wrapper>
</template>
Expand Down

0 comments on commit 9850f2f

Please sign in to comment.