@@ -14,7 +14,7 @@ import {
14
14
} from "./selectInputConstants" ;
15
15
import { formDataChildren , FormDataPropertyView } from "../formComp/formDataConstants" ;
16
16
import { styleControl } from "comps/controls/styleControl" ;
17
- import { LabelStyle , RadioStyle } from "comps/controls/styleControlConstants" ;
17
+ import { ComponentStyle , LabelStyle , RadioStyle } from "comps/controls/styleControlConstants" ;
18
18
import { dropdownControl } from "../../controls/dropdownControl" ;
19
19
import { hiddenPropertyView , disabledPropertyView } from "comps/utils/propertyUtils" ;
20
20
import { trans } from "i18n" ;
@@ -40,7 +40,7 @@ export const RadioChildrenMap = {
40
40
labelStyle :styleControl ( LabelStyle ) ,
41
41
layout : dropdownControl ( RadioLayoutOptions , "horizontal" ) ,
42
42
viewRef : RefControl < HTMLDivElement > ,
43
-
43
+ field : styleControl ( ComponentStyle ) ,
44
44
...SelectInputValidationChildren ,
45
45
...formDataChildren ,
46
46
} ;
@@ -96,6 +96,7 @@ export const RadioPropertyView = (
96
96
< >
97
97
< Section name = { sectionNames . style } > { children . style . getPropertyView ( ) } </ Section >
98
98
< Section name = { sectionNames . labelStyle } > { children . labelStyle . getPropertyView ( ) } </ Section >
99
+ < Section name = { sectionNames . field } > { children . field . getPropertyView ( ) } </ Section >
99
100
</ >
100
101
) }
101
102
</ >
0 commit comments