Describe the bug
If type-bind is configured, and a radio button input (input-typeset to list and repeatable to false) is configured to only appear for specific type-bind values, the radio buttons will ignore this configuration and are always visible
To Reproduce
Steps to reproduce the behavior:
- Configure type-bind
- Configure a field with
input-typeset to list, repeatable to false and a specific type-bind value
- Start a submission
- The radio buttons will always be visible, no matter if the type-bind matches or not
I'm not sure where to reproduce this on the demo, because I cannot view the submission configuration. However, type-bind is not handled in src/app/shared/form/builder/ds-dynamic-form-ui/models/list/dynamic-list-radio-group.model.ts while it is handled in other input models
Expected behavior
Radio buttons only appear of the type-bind field matches
Describe the bug
If type-bind is configured, and a radio button input (
input-typeset tolistandrepeatabletofalse) is configured to only appear for specific type-bind values, the radio buttons will ignore this configuration and are always visibleTo Reproduce
Steps to reproduce the behavior:
input-typeset tolist,repeatabletofalseand a specific type-bind valueI'm not sure where to reproduce this on the demo, because I cannot view the submission configuration. However, type-bind is not handled in src/app/shared/form/builder/ds-dynamic-form-ui/models/list/dynamic-list-radio-group.model.ts while it is handled in other input models
Expected behavior
Radio buttons only appear of the type-bind field matches