@@ -183,7 +183,7 @@ let AutoCompleteCompBase = (function () {
183
183
} }
184
184
onFocus = { ( ) => {
185
185
setActivationFlag ( true )
186
- props . onEvent ( "focus" )
186
+ props . onEvent ( "focus" )
187
187
} }
188
188
onBlur = { ( ) => props . onEvent ( "blur" ) }
189
189
onSelect = { ( data : string , option ) => {
@@ -269,16 +269,16 @@ let AutoCompleteCompBase = (function () {
269
269
return false ;
270
270
} }
271
271
>
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
+ />
282
282
</ AutoComplete >
283
283
</ ConfigProvider >
284
284
</ >
@@ -302,7 +302,7 @@ let AutoCompleteCompBase = (function () {
302
302
children . suffixIcon . propertyView ( {
303
303
label : trans ( "button.suffixIcon" ) ,
304
304
} ) }
305
- { allowClearPropertyView ( children ) }
305
+ { allowClearPropertyView ( children ) }
306
306
</ Section >
307
307
< Section name = { trans ( "autoComplete.SectionDataName" ) } >
308
308
{ children . items . propertyView ( {
0 commit comments