We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbfc443 + a31d420 commit baf96c9Copy full SHA for baf96c9
client/packages/lowcoder/src/comps/comps/selectInputComp/selectComp.tsx
@@ -28,7 +28,7 @@ let SelectBasicComp = (function () {
28
style: withDefault(styleControl(InputFieldStyle),{background:'transparent'}),
29
labelStyle: styleControl(LabelStyle),
30
inputFieldStyle: withDefault(styleControl(SelectStyle),{borderWidth:'1px'}),
31
- childrenInputFieldStyle: styleControl(ChildrenMultiSelectStyle)
+ childrenInputFieldStyle: withDefault(styleControl(ChildrenMultiSelectStyle),{text:'#000'})
32
};
33
return new UICompBuilder(childrenMap, (props, dispatch) => {
34
const [
0 commit comments