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 inputting a value into the RGB input of the ColorPicker, if you enter a non numerical value, NaN is displayed in the input field. You are then unable to type in that input until you select a color from a different input method.
To Reproduce
Steps to reproduce the behavior:
Open the ColorPicker.
In any of the RGB input fields, type a letter or symbol (ex: 'A')
NaN should appear
Attempt to enter a new value into the same RGB input field
Expected behavior
After entering an incorrect value into an RGB field, a warning should pop up (similar to the ones present on the hex input field). You should still be able to type in the RBG field and backspace to delete the entered text.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
When inputting a value into the RGB input of the ColorPicker, if you enter a non numerical value, NaN is displayed in the input field. You are then unable to type in that input until you select a color from a different input method.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After entering an incorrect value into an RGB field, a warning should pop up (similar to the ones present on the hex input field). You should still be able to type in the RBG field and backspace to delete the entered text.
Screenshots

The text was updated successfully, but these errors were encountered: