-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
BoxControl: Filter out unit only values when checking values defined #31779
BoxControl: Filter out unit only values when checking values defined #31779
Conversation
Size Change: +3 B (0%) Total Size: 1.3 MB
ℹ️ View Unchanged
|
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.
I was able to reproduce the issue and the pull request solved it.
This prevents a false positive when the box control checks whether it has any unlinked values defined.
90a8fc0
to
5cb80af
Compare
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.
Also gave it a spin. Nice fix, and works as described. "Mixed" is no longer present where no numerical value exists.
Description
This fixes an issue when if a BoxControl's unit is changed while the field is empty the input gets the "mixed" placeholder text.
How has this been tested?
Manually.
Screenshots
Types of changes
Bug fix
Checklist:
*.native.js
files for terms that need renaming or removal).