-
Notifications
You must be signed in to change notification settings - Fork 649
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
CareUI: Adds a higher-order Form
component (not used anywhere)
#4633
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 settings. |
❌ Deploy Preview for care-net failed.
|
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
👋 Hi, @rithviknishad, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
Form
componentForm
component (for Facility Create Page)
SonarCloud Quality Gate failed.
|
Form
component (for Facility Create Page)Form
component (not used anywhere)
* remove `reducerProps` to make things simpler * Implements `Form` HOC and `FormContext` * removes unused reducer props from search input * RequiredFieldValidator to support custom message * consume form context and resolve props internally * rename 'props' to 'field' to strictly break if incorrect migration * migrate existing fields * fix month form field
Proposed Changes
reducerProps
fromFormFieldBaseProps
to simplify the potentially complex and confusing component API interface.Form
component to abstract away the form state handling logic.@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist