File tree 1 file changed +4
-4
lines changed
client/packages/lowcoder/src/comps/comps/selectInputComp
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ export const RadioLayoutOptions = [
30
30
] as const ;
31
31
32
32
export const RadioChildrenMap = {
33
- defaultValue : stringExposingStateControl ( ' value' ) ,
34
- value : stringExposingStateControl ( ' value' ) ,
33
+ defaultValue : stringExposingStateControl ( " value" ) ,
34
+ value : stringExposingStateControl ( " value" ) ,
35
35
label : LabelControl ,
36
36
disabled : BoolCodeControl ,
37
37
onEvent : ChangeEventHandlerControl ,
38
38
options : SelectInputOptionControl ,
39
39
style : styleControl ( InputFieldStyle ) ,
40
- labelStyle : styleControl ( LabelStyle ) ,
41
- layout : dropdownControl ( RadioLayoutOptions , ' horizontal' ) ,
40
+ labelStyle :styleControl ( LabelStyle ) ,
41
+ layout : dropdownControl ( RadioLayoutOptions , " horizontal" ) ,
42
42
viewRef : RefControl < HTMLDivElement > ,
43
43
inputFieldStyle : styleControl ( RadioStyle ) ,
44
44
animationStyle : styleControl ( AnimationStyle ) ,
You can’t perform that action at this time.
0 commit comments