-
Notifications
You must be signed in to change notification settings - Fork 60
[UIK-3527][color-picker] fixed some color-picker issues #2547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UIK-3527][color-picker] fixed some color-picker issues #2547
Conversation
j-mnizhek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall everything is good. But I have a proposal for the 2 case based on the correct UX behaviour.
FFFFFF hex is actually valid, but why the input shows that it's not because of the validation rules in this particular example. It maybe with a 99% contrintuitive for the user.
So the question is: can we set different validation rules or at least add a tooltip that explains why the value that I've entered is invalid?
Signed-off-by: ilyabrower <[email protected]>
Motivation and Context
Fixed UIK-3526, UIK-3527 and UIK-2865
How has this been tested?
Manually
Screenshots (if appropriate):
Types of changes
Checklist:
CHANGELOG.mdfile with planned publish date.