We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ad627 commit 205ca9aCopy full SHA for 205ca9a
packages/vue-vanilla/src/controls/EnumControlRenderer.vue
@@ -6,7 +6,7 @@
6
:applied-options="appliedOptions"
7
>
8
<select
9
- :id="control.id + '-select'"
+ :id="control.id + '-input'"
10
:class="styles.control.select"
11
:value="control.data"
12
:disabled="!control.enabled"
0 commit comments