Skip to content

Commit f450e2f

Browse files
fix the bug #2363
1 parent d3ee13a commit f450e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:applied-options="appliedOptions"
77
>
88
<select
9-
:id="control.id + '-select'"
9+
:id="control.id + '-input'"
1010
:class="styles.control.select"
1111
:value="control.data"
1212
:disabled="!control.enabled"

0 commit comments

Comments
 (0)