Skip to content
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

Bugfix summary validation #1377

Merged
merged 18 commits into from
Dec 13, 2024
Merged

Bugfix summary validation #1377

merged 18 commits into from
Dec 13, 2024

Conversation

lotorvik
Copy link
Contributor

@lotorvik lotorvik commented Dec 3, 2024

No description provided.

…y, also make sure we use showErrorMessages to define if we should set error message instead of formios: (!this.isEmpty(this.defaultValue) || dirty || !this.pristine)
@lotorvik lotorvik requested a review from a team as a code owner December 3, 2024 14:23
Copy link
Contributor

@magnurh-cx magnurh-cx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧛 🇸🇱 👍

@@ -190,15 +190,15 @@ class BaseComponent extends FormioReactComponent {
}

hasPrefill(): boolean {
return (this.isSubmissionDigital() && !!this.component?.prefillKey && !!this.component?.prefillValue) ?? false;
return (this.isSubmissionDigital() && !!this.component?.prefillKey) ?? false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kjøreliste

@lotorvik lotorvik merged commit e5a4873 into master Dec 13, 2024
10 checks passed
@lotorvik lotorvik deleted the bugfix-summary-validation branch December 13, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants