thinkasany
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
components/auto-complete/index.tsx
|
|
@ -16,6 +16,7 @@ import type { |
|
|
|
DefaultOptionType, |
|
|
|
InternalSelectProps, |
|
|
|
RefSelectProps, |
|
|
|
SelectProps, |
|
|
|
} from '../select'; |
|
|
|
import Select from '../select'; |
|
|
|
|
|
|
@ -146,7 +147,7 @@ const AutoComplete: React.ForwardRefRenderFunction<RefSelectProps, AutoCompleteP |
|
|
|
prefixCls={prefixCls} |
|
|
|
popupClassName={popupClassName || dropdownClassName} |
|
|
|
className={classNames(`${prefixCls}-auto-complete`, className)} |
|
|
|
mode={Select.SECRET_COMBOBOX_MODE_DO_NOT_USE as any} |
|
|
|
mode={Select.SECRET_COMBOBOX_MODE_DO_NOT_USE as SelectProps['mode']} |
|
|
|
{...{ |
|
|
|
// Internal api
|
|
|
|
getInputElement, |
|
|
|