Skip to content

Commit

Permalink
Merge pull request #8841 from lurunze1226/chore-select-popover-classname
Browse files Browse the repository at this point in the history
fix: Select中popoverClassName属性丢失
  • Loading branch information
igrowp authored Nov 21, 2023
2 parents dd98def + 2355d77 commit bae2fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amis-ui/src/components/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ export class Select extends React.Component<SelectProps, SelectState> {
>
<PopOver
overlay
className={cx('Select-popover')}
className={cx('Select-popover', popoverClassName)}
style={{
width:
(overlay &&
Expand Down

0 comments on commit bae2fa2

Please sign in to comment.