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

fix(form): 修复当value为搜索条件option显示不出来的问题 #7283

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

ldwonday
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Jun 26, 2023

🎊 PR Preview has been successfully built and deployed to https://pro-components-preview-pr-7283.surge.sh

@ldwonday
Copy link
Contributor Author

fix: #6766

@@ -215,6 +215,18 @@ const SearchSelect = <T,>(props: SearchSelectProps<T[]>, ref: any) => {
searchValue={searchValue}
optionFilterProp={optionFilterProp}
optionLabelProp={optionLabelProp}
filterOption={(inputValue, option) => {
return !!(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

用户有配置的话要使用用户的

@chenshuai2144 chenshuai2144 changed the title fix: 修复当value为搜索条件option显示不出来的问题 fix(form): 修复当value为搜索条件option显示不出来的问题 Jul 3, 2023
@chenshuai2144 chenshuai2144 merged commit a30e3e7 into ant-design:master Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants