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
This has the desired effect of suppressing UI elements for the user to use mouse for selecting transparency.
Also this has the desired effect of changing button text of RGBA to RGB and HSLA to HSL.
Here are the problems that arise:
The text input still contains rgba() and hsla() functions. Expect these to only contain rgb() and hsl()
These rgba and hsla representations do not match the text of the buttons that triggered them (RGB/HSL).
The user can type an alpha value into the text input, but it is reset to 1 when the text input is blurred
Bug Report
Hi there!
I'm trying to disable any selection of alpha channel, our application does not support it.
I set input options like
This has the desired effect of suppressing UI elements for the user to use mouse for selecting transparency.
Also this has the desired effect of changing button text of RGBA to RGB and HSLA to HSL.
Here are the problems that arise:
rgba()
andhsla()
functions. Expect these to only containrgb()
andhsl()
Stackblitz
I prepared this Stackblitz to demo the issue
https://stackblitz.com/edit/js-qur2ih
The text was updated successfully, but these errors were encountered: