-
Notifications
You must be signed in to change notification settings - Fork 3
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
Handle invalid value prop in DateTimePicker #2074
Conversation
…thub.com/bigbinary/neeto-ui into 2068-datetimepicker-handle-invalid-input
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.
@farhanlatheef _a As discussed in the standup, I tested these changes locally in neetoPlanner and found that they are not working as expected. The API is getting triggered indefinitely.
@farhanlatheef CI is red. |
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.
LGTM.
@farhanlatheef _a Please add the description also, it is required for CHANGELOG.md. Please add the description and merge the PR.
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.
@josephmathew900 @farhanlatheef Noticed the following. Lemme know your thoughts.
Description
If the value prop is invalid date or date string, the value is converted to null.
Checklist
- [ ] I have made corresponding changes to the documentation.- [ ] I have added properdata-cy
anddata-testid
attributes.patch
/minor
/major
- If package publishis required).
Reviewers