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

TreeSelect树选择,输入项过滤对应的 treeNode 属性功能 #6628

Closed
chendonghai opened this issue Jun 27, 2017 · 3 comments
Closed
Labels

Comments

@chendonghai
Copy link

TreeSelect树选择,输入项过滤对应的 treeNode 属性功能,能否跟AutoComplete自动完成增加相同的功能filterOption不区分大小写搜索

@ant-design-bot
Copy link
Contributor

It will be better to write your issue/comment in English, so more people can understand you.
And this means that more people can help you or benefit from your issue/comment.
See: #4897

@ant-design-bot
Copy link
Contributor

Hello @chendonghai, your issue has been closed because it does not conform to our issue requirements. Please use the Issue Helper to create an issue, thank you!

@chendonghai
Copy link
Author

找到了代码如下:filterTreeNode={(inputValue, treeNode) => treeNode.props.title.toUpperCase().indexOf(inputValue.toUpperCase()) !== -1}

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

No branches or pull requests

2 participants