react-component / react-component/select
想要在多选下显示输入框的icon
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 938
- Forks
- 482
- Avg merge
- 15h 8m
- Merged PRs (30d)
- 2
Description
这里直接判断了mode是不是 'multiple' | 'tags' ,这边增加一个类似 forceShowArrow 的属性可以吗?
related: https://github.com/ant-design/ant-design/issues/12250
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/Select.jsx around line 1406 and inspect how the current mode check controls the input icon. Read the related ant-design issue for the expected behavior and API context. Done means multiple and tags modes can show the input icon when the new option is enabled, without changing existing behavior by default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100