react-component / select

React Select
https://select.react-component.now.sh/
MIT License
892 stars 451 forks source link

fix: multi-select input editable problem #1025

Open nova1751 opened 5 months ago

nova1751 commented 5 months ago

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

vercel[bot] commented 5 months ago

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 commented 4 months ago

Please take a look at test and update snapshot.

nova1751 commented 4 months ago

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 commented 4 months ago

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