-
Notifications
You must be signed in to change notification settings - Fork 427
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
FORMS-7599 forms spa #1058
base: develop
Are you sure you want to change the base?
FORMS-7599 forms spa #1058
Conversation
#if($isFormsSpa) | ||
componentGroup="${appTitle} - Adaptive Form"/> | ||
#else | ||
componentGroup=".${appTitle} - Adaptive Form"/> |
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.
We would expose form container in march release
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.
So should we keep it hidden in current release? How will the customer use it?
@@ -26,6 +26,14 @@ | |||
"react-router": "^5.1.2", | |||
"regenerator-runtime": "^0.13.7", | |||
#end | |||
#if ($isFormsSpa) | |||
"@aemforms/af-core": "^0.22.37", |
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.
Can you confirm with the PM team, if we should share sample for MUI here ?
|
||
// submit error handler | ||
form.subscribe((action) => { | ||
const defaultSubmissionError = 'Error during form submission'; // todo localize this |
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.
We would need to add a small sample for localization here. Can you check with @amit-mnnit 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.
Added few comments
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: