Open LucPMF opened 1 week ago
This feature request suggests that the Color Picker component in Ant Design should focus when the user clicks on its label, similar to how other input components behave. This would enhance user experience by reducing the need for additional clicks to focus on the component.
Your request has been noted and will be considered for future updates. If you have any other questions or need further assistance, feel free to ask!
What problem does this feature solve?
Currently, the Color Picker component does not focus when the user clicks on its label. This means that the user has to click again to focus on this component. The label is inherited from Ant's form component. Additionally, the Color Picker behaves differently from other components.
What does the proposed API look like?
As a simple input, the Color Picker should focus when clicking on its label.