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: multi-select input editable problem #1025

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nova1751
Copy link

@nova1751 nova1751 commented Feb 2, 2024

Related to #1024.
Fix antd#47281,the multiple select's show-search bahavior should be irrelevant to autoClearSearchValue.

Copy link

vercel bot commented Feb 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
select ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 2, 2024 11:00am

@MadCcc
Copy link
Member

MadCcc commented Feb 4, 2024

Please take a look at test and update snapshot.

@nova1751
Copy link
Author

nova1751 commented Feb 4, 2024

Please take a look at test and update snapshot.

Done.May I ask you some questions?I always run into errors when running the npm run test locally.Error message shows that the TextEncoder is not defined.Is this because the test script can't run in Node.js env?I suspect this is due to project dependency conflicts.Thanks for your reply.

@nova1751 nova1751 changed the title fix: multi-select input editable problem (#1024) fix: multi-select input editable problem Mar 2, 2024
@nova1751
Copy link
Author

nova1751 commented Mar 2, 2024

@MadCcc Could you review the code if you have time ?

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.

Select组件配置autoClearSearchValue为false时导致showSearch配置失效
2 participants