-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[23.0] Fix for Numeric form field to allow Null min/max values in validation methods #18585
[23.0] Fix for Numeric form field to allow Null min/max values in validation methods #18585
Conversation
gmx_trjQAFixNumericValidation.XML.txt @bernt-matthias Could you confirm the demo video above is as expected? (Demo XML file for video attached.) @davelopez I removed the @mvdbeek Unsure why 1 check is failing ("Selenium tests / Test (3.8, 0) (pull_request)"), if this is an issue related to my code that needs to be resolved prior to merge, please let me know. |
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.
Video looks good to me. Can't say much about the code changes.
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.
Thank you @hujambo-dunia
You may need to target an older branch (probably 23.0), as this is a bug fix.
c70c9c4
to
cb25669
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.
Thank you!
Test failures are unrelated.
At some point, when this component gets refactored to composition API + Typescript it will be easier to catch and handle all these type mismatches 👍
Addresses: #16335 and #18161
How to test the changes?
(Select all options that apply)
License