Skip to content

Commit

Permalink
feat: fix dropdownClassName (ant-design#37974)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiyu4585 authored Oct 12, 2022
1 parent 768ab54 commit 7387b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/auto-complete/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const AutoComplete: React.ForwardRefRenderFunction<RefSelectProps, AutoCompleteP
ref={ref}
{...omit(props, ['dataSource'])}
prefixCls={prefixCls}
dropdownClassName={popupClassName || dropdownClassName}
popupClassName={popupClassName || dropdownClassName}
className={classNames(`${prefixCls}-auto-complete`, className)}
mode={Select.SECRET_COMBOBOX_MODE_DO_NOT_USE as any}
{...{
Expand Down

0 comments on commit 7387b2c

Please sign in to comment.