-
Notifications
You must be signed in to change notification settings - Fork 101
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
fix(ui-date-time-input,ui-form-field): make DateTimeInput compatible … #1826
Conversation
|
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.
looks good. I wonder why there is a test failure, when I run the test jsx code in thr docs app the time-input label is there.. If you figure out whats wrong (maybe just rerun the test?) then its good from me
…with the new error format
cd32eaf
to
c0e9a50
Compare
fixed. it was a missing |
…with the new error format Backport of INSTUI-4405 from the v10 branch Github PR #1826 TEST PLAN: - check the datetimeinput examples in the error forms guide - setting the isRequired prop should display two separate asterisks for each field - when required and displaying an error, the asterisks should turn red - the errors should be displayed under the input field like it was a single field and not a group
…with the new error format Backport of INSTUI-4405 from the v10 branch Github PR #1826 TEST PLAN: - check the datetimeinput examples in the error forms guide - setting the isRequired prop should display two separate asterisks for each field - when required and displaying an error, the asterisks should turn red - the errors should be displayed under the input field like it was a single field and not a group
…with the new error format
INSTUI-4405
test plan:
isRequired
prop should display two separate asterisks for each field