We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TreeSelect树选择组件有计划支持“根据输入项进行筛选”的功能吗,像React版本的filterTreeNode属性。
filterTreeNode: boolean|Function(inputValue: string, treeNode: TreeNode) (函数需要返回 bool 值) 参考了React版本
The text was updated successfully, but these errors were encountered:
feat(module:tree-select): add nzSearchFunc input function
a299b2f
to specify search logic, such as matching against custom data NG-ZORRO#8707 NG-ZORRO#3478
03db60c
hsuanxyz
No branches or pull requests
What problem does this feature solve?
TreeSelect树选择组件有计划支持“根据输入项进行筛选”的功能吗,像React版本的filterTreeNode属性。
What does the proposed API look like?
filterTreeNode: boolean|Function(inputValue: string, treeNode: TreeNode) (函数需要返回 bool 值) 参考了React版本
The text was updated successfully, but these errors were encountered: