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
3.5.2
Node 8.9.1 / React 16.2
https://codepen.io/anon/pen/OZqqVR?editors=001
<Tooltip placement="top" title="Fix the error"> <Badge status="error" /> </Tooltip>
The Tooltip should be triggered.
Tooltip
The Tooltip is not triggered by Badge but Icon
Badge
Icon
The text was updated successfully, but these errors were encountered:
8da79f4
Merge #167
11459aa
167: Update dependency antd to v3.5.4 r=rehandalal a=renovate[bot] This Pull Request updates dependency [antd](https://github.com/ant-design/ant-design) from `v3.5.3` to `v3.5.4` <details> <summary>Release Notes</summary> ### [`v3.5.4`](https://github.com/ant-design/ant-design/releases/3.5.4) [Compare Source](ant-design/ant-design@3.5.3...3.5.4) - 🐞 Fix `showSearch` on `Cascader` not working.[968488a2](ant-design/ant-design@968488a) - 🐞 `Badge` support `Tooltip`.[#​10626](`ant-design/ant-design#10626) - 🐞 Fix `text-align` on parent element affects `Spin`.[#​10643](`ant-design/ant-design#10643) [@​wmzhong] - 💄 `Table` break line style change from `break-all` to `break-word`.[#​10655](`ant-design/ant-design#10655) [@​clinyong] - 🌟 When `Search` not define `enterButton`, click search icon will trigger `onSearch`. [36ffe7e1](ant-design/ant-design@36ffe7e) --- - 🐞 修复 `Cascader` 的 `showSearch` 无效问题。[968488a2](ant-design/ant-design@968488a) - 🐞 使 `Badge` 支持 `Tooltip`。[#​10626](`ant-design/ant-design#10626) - 🐞 修复父元素使用 `text-align` 会影响 `Spin` 的问题。[#​10643](`ant-design/ant-design#10643) [@​wmzhong] - 💄 `Table` 换行从 `break-all` 改为 `break-word`。[#​10655](`ant-design/ant-design#10655) [@​clinyong] - 🌟 `Search` 在未定义 `enterButton` 时,点击搜索图标将触发 `onSearch`。 [36ffe7e1](ant-design/ant-design@36ffe7e) --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com). Co-authored-by: Renovate Bot <bot@renovateapp.com>
afc163
No branches or pull requests
Version
3.5.2
Environment
Node 8.9.1 / React 16.2
Reproduction link
https://codepen.io/anon/pen/OZqqVR?editors=001
Steps to reproduce
What is expected?
The
Tooltip
should be triggered.What is actually happening?
The
Tooltip
is not triggered byBadge
butIcon
The text was updated successfully, but these errors were encountered: