We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
jsonforms/packages/vue-vanilla/src/controls/EnumControlRenderer.vue
Line 9 in d3ee13a
postfix of id of select element should be '-input'.
No response
v3.3.0
Vue
Vanilla
The text was updated successfully, but these errors were encountered:
@changjung-kim Thanks for the report! Would you like to contribute the fix?
Sorry, something went wrong.
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. 😃
Fixed with #2368
No branches or pull requests
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
jsonforms/packages/vue-vanilla/src/controls/EnumControlRenderer.vue
Line 9 in d3ee13a
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
The text was updated successfully, but these errors were encountered: