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 3, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
🐛 BugAnt Design Team had proved that this is a bug.
您做了什么?请提供尽可能详细的重现步骤。
对官网可搜索的 Transfer 例子搜索一个不存在 item
您期待的结果是:
显示 “Not Found”
实际上的结果是:
什么都没显示
可重现的在线演示
https://ant.design/components/transfer/#components-transfer-demo-search
应该是上次引入 LazyLoad 的时候改坏了,因为把搜索的动作放到 Item 里做了,所以 list 里的这个
showItems
https://github.com/ant-design/ant-design/blob/master/components/transfer/list.tsx#L211 永远都是长度大于 0 的。The text was updated successfully, but these errors were encountered: