We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7044cbd commit c6a4da7Copy full SHA for c6a4da7
1 file changed
src/app/shared/form/builder/ds-dynamic-form-ui/models/list/dynamic-list.component.html
@@ -14,6 +14,7 @@
14
[attr.aria-labelledby]="'label_' + model.id"
15
[attr.tabindex]="item.index"
16
[checked]="item.value"
17
+ [class.is-invalid]="showErrorMessages"
18
[id]="model.id + item.id"
19
[formControlName]="item.id"
20
[name]="model.name"
@@ -46,6 +47,7 @@
46
47
48
<input type="radio" class="custom-control-input"
49
50
51
52
[name]="model.id"
53
[required]="model.required"
0 commit comments