Skip to content

Commit

Permalink
SHIBUI-1378 Fixed boolean-radio
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Aug 1, 2019
1 parent 5552bf6 commit 4406508
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div *ngFor="let option of schema.oneOf; let i=index;" class="form-check form-check-inline">
<label class="control-label">
<input
[id]="formProperty._canonicalPath"
[id]="formProperty._canonicalPath + '.' + option.enum[0]"
[formControl]="control"
[name]="name"
[value]="option.enum[0]"
Expand Down

0 comments on commit 4406508

Please sign in to comment.