You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When setting the renderMode to be "html", the radio component doesn't render the value. Other components seem to be fine.
The codepen to demo the issue: https://codepen.io/dycbegbx-the-bold/pen/mydeNrp
Version/Branch "@formio/js": "^5.0.0"
To Reproduce
Steps to reproduce the behavior:
Create form with radio inputs.
Set value for the radio inputs.
Set the render mode to be "HTML".
See error
Expected behavior
Under HTML mode, radio input should also show the value. Maybe show the label of the selected option.
Screenshots
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. I can reproduce it and have logged a ticket for the backlog. We are always willing to review any contributions from the open-source community to resolve this issue.
After review we don't expect to resource a developer in the near future to resolve this, but are happy to review any contributions to resolve this behavior.
Describe the bug
When setting the renderMode to be "html", the radio component doesn't render the value. Other components seem to be fine.
The codepen to demo the issue: https://codepen.io/dycbegbx-the-bold/pen/mydeNrp
Version/Branch
"@formio/js": "^5.0.0"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Under HTML mode, radio input should also show the value. Maybe show the label of the selected option.
Screenshots

The text was updated successfully, but these errors were encountered: