Skip to content

Commit 7fbe58f

Browse files
committed
formating removed-8
1 parent ef62a58 commit 7fbe58f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

client/packages/lowcoder/src/comps/comps/autoCompleteComp/autoCompleteComp.tsx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ let AutoCompleteCompBase = (function () {
183183
}}
184184
onFocus={() => {
185185
setActivationFlag(true)
186-
props.onEvent("focus")
186+
props.onEvent("focus")
187187
}}
188188
onBlur={() => props.onEvent("blur")}
189189
onSelect={(data: string, option) => {
@@ -269,16 +269,16 @@ let AutoCompleteCompBase = (function () {
269269
return false;
270270
}}
271271
>
272-
<InputStyle
273-
ref={props.viewRef}
274-
placeholder={placeholder}
275-
allowClear={props.allowClear}
276-
$style={props.inputFieldStyle}
277-
prefix={hasIcon(props.prefixIcon) && props.prefixIcon}
278-
suffix={hasIcon(props.suffixIcon) && props.suffixIcon}
279-
status={getValidate(validateState)}
280-
onPressEnter={undefined}
281-
/>
272+
<InputStyle
273+
ref={props.viewRef}
274+
placeholder={placeholder}
275+
allowClear={props.allowClear}
276+
$style={props.inputFieldStyle}
277+
prefix={hasIcon(props.prefixIcon) && props.prefixIcon}
278+
suffix={hasIcon(props.suffixIcon) && props.suffixIcon}
279+
status={getValidate(validateState)}
280+
onPressEnter={undefined}
281+
/>
282282
</AutoComplete>
283283
</ConfigProvider>
284284
</>
@@ -302,7 +302,7 @@ let AutoCompleteCompBase = (function () {
302302
children.suffixIcon.propertyView({
303303
label: trans("button.suffixIcon"),
304304
})}
305-
{allowClearPropertyView(children)}
305+
{allowClearPropertyView(children)}
306306
</Section>
307307
<Section name={trans("autoComplete.SectionDataName")}>
308308
{children.items.propertyView({

0 commit comments

Comments
 (0)