Thanks to visit codestin.com Credit goes to github.com
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.
1 parent bbfc443 commit a31d420Copy full SHA for a31d420
‎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