-
Notifications
You must be signed in to change notification settings - Fork 486
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
Assets date picker #6338
Assets date picker #6338
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
LGTM |
👋 Hi, @suprabathk, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
@rithviknishad can u re-review this once |
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.
Are you sure these translation keys are present in the translation JSON files?
Refer: #4467 @suprabathk |
LGTM |
@rithviknishad can you re-review this once |
WHAT
🤖 Generated by Copilot at 888cbe6
Replaced
DateInputV2
withDateFormField
in asset-related forms to improve date input and validation. Simplified theDateInputV2
component by removing unused code. Added labels and comments for clarity.Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at 888cbe6
DateInputV2
component withDateFormField
component inAssetServiceEditModal.tsx
andAssetCreate.tsx
to simplify label and error handling (link, link, link, link, link, link, link)useRef
hook,popover
ref,ref
prop, andonBlur
handler fromDateInputV2
component inDateInputV2.tsx
to clean up code (link, link, link, link)AssetCreate.tsx
as a temporary workaround until translation files are updated (link)