You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Duotone control lacks support for a reset button, which can be conditionally rendered based on the value of a clearable prop. Enhancing the component to include this functionality would allow users to easily clear the applied duotone effect, improving usability. This addition would also align the Duotone control with the behavior of other color controls, ensuring consistency across the interface.
What is your proposed solution?
Expose a clearable prop and conditionally render the reset button similar to other color controls.