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
|
:id="control.id + '-select'" |
.
Expected behavior
postfix of id of select element should be '-input'.
Steps to reproduce the issue
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Screenshots
No response
Which Version of JSON Forms are you using?
v3.3.0
Framework
Vue
RendererSet
Vanilla
Additional context
No response