0 评论 (0 评论)3 反应 (3 反应)0 负责人 (0 负责人)JavaScript11,679 star (11,679 star)946 fork (946 fork)batch import
help wanted
- 议题类型
- feature
- 研究方向
- The issue lacks a clear description of the expected behavior. First, examine how the color picker components (Alpha, Hue, Saturation) are currently implemented, likely in the `packages` directory. Understand the controlled/uncontrolled pattern used. Then, implement logic to switch from controlled to uncontrolled when the component receives focus. Look for similar patterns in the codebase or in React documentation. The PR should include tests to ensure the behavior works as intended.