You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked as resolved and limited conversation to collaborators
May 2, 2018
发生问题的环境是:
您做了什么?请提供尽可能详细的重现步骤。
对比以下三处文档,发现
rc-dropdown
是onVisibleChange(visible: boolean)
但是 官网和 interface 里面写的是
onVisibleChange({visible:boolean})
rc-dropdown 的 onVisibleChange
https://github.com/react-component/dropdown/blob/master/src/Dropdown.jsx#L84
官网文档描述:
https://ant.design/components/dropdown-cn/#API
DropDownProps interface:
https://github.com/ant-design/ant-design/blob/master/components/dropdown/dropdown.tsx#L9
The text was updated successfully, but these errors were encountered: