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 5bff79f commit 32761e8Copy full SHA for 32761e8
client/packages/lowcoder/src/comps/comps/autoCompleteComp/autoCompleteComp.tsx
@@ -58,7 +58,7 @@ import {
58
59
60
61
-const InputStyle = styled(Input)<{$style: InputLikeStyleType}>`
+const InputStyle = styled(Input)<{ $style: InputLikeStyleType }>`
62
${(props) => css`
63
${getStyle(props.$style)}
64
input {
@@ -77,7 +77,7 @@ const childrenMap = {
77
viewRef: RefControl<InputRef>,
78
allowClear: BoolControl.DEFAULT_TRUE,
79
style: styleControl(InputFieldStyle),
80
- labelStyle: styleControl(LabelStyle),
+ labelStyle:styleControl(LabelStyle),
81
prefixIcon: IconControl,
82
suffixIcon: IconControl,
83
items: jsonControl(convertAutoCompleteData, autoCompleteDate),
0 commit comments