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
Describe the bug
When using <ColorPicker disableAlpha={ false } />, the alpha slider allows me to select a value like 0.86, but the alpha input has step="0.05" and HTML validator prevents me from saving. See the image below:
Describe the bug
When using
<ColorPicker disableAlpha={ false } />, the alpha slider allows me to select a value like0.86, but the alpha input hasstep="0.05"and HTML validator prevents me from saving. See the image below: