Skip to content

Commit

Permalink
fix the bug #2363
Browse files Browse the repository at this point in the history
  • Loading branch information
changjung-kim authored Aug 15, 2024
1 parent d3ee13a commit f450e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-vanilla/src/controls/EnumControlRenderer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:applied-options="appliedOptions"
>
<select
:id="control.id + '-select'"
:id="control.id + '-input'"
:class="styles.control.select"
:value="control.data"
:disabled="!control.enabled"
Expand Down

0 comments on commit f450e2f

Please sign in to comment.