Closed changjung-kim closed 3 months ago
@changjung-kim Thanks for the report! Would you like to contribute the fix?
Okay. Sure.
Hi @changjung-kim I see you developed a fix. Would you like to open a PR?
Hi @sdirix Yes. I did. Please review and merge the PR. :smiley:
Describe the bug
postfix of id of label id for enum type is set to '-select' though the label's for is expecting the postfix '-input' due to the code https://github.com/eclipsesource/jsonforms/blob/d3ee13a059ff9e0bc6dc9282b8f0ca65b799f5e6/packages/vue-vanilla/src/controls/EnumControlRenderer.vue#L9 .
Expected behavior
postfix of id of select element should be '-input'.
Steps to reproduce the issue
Screenshots
No response
Which Version of JSON Forms are you using?
v3.3.0
Framework
Vue
RendererSet
Vanilla
Additional context
No response