Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'visible' parameter will affect the normal work of the 'placement' parameter #452

Open
lx70770 opened this issue May 31, 2023 · 2 comments

Comments

@lx70770
Copy link

lx70770 commented May 31, 2023

`const ToolTip: React.FC = (props) => {
const { title, placement, showArrow = true } = props

return <RcTooltip overlay={title} visible={true} showArrow={showArrow} placement="bottomRight" />

}`

if placement="bottomRight" and visible=true, tooltip will show at the top.

@lx70770
Copy link
Author

lx70770 commented May 31, 2023

It will only be reproduced in the v6 version

@yoyo837
Copy link
Member

yoyo837 commented Jun 1, 2023

Reproduce link please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants