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

feat(composerjs): allow errors display for collectionField #1781

Open
wants to merge 1 commit into
base: 4.x
Choose a base branch
from

Conversation

Daric971
Copy link
Contributor

@Daric971 Daric971 commented Oct 24, 2024

Subject

I am targeting this branch, because it has been noticed that form validation errors are not raised when dealing with collectionFields.
This PR provides a solution to this problem.

Closes #1770.

Changelog

### Added
- In composer.js ,  `handleBlockCollectionErrors()` to check collection formgroup

@Daric971 Daric971 force-pushed the feat/conmposejs/collection-error-message branch 3 times, most recently from 85dced0 to 702ecae Compare October 28, 2024 08:36
@Daric971 Daric971 force-pushed the feat/conmposejs/collection-error-message branch from 702ecae to cb55bbe Compare October 29, 2024 09:03
@VincentLanglet
Copy link
Member

Hi @Daric971 ; can you rebase 4.x ? Thanks

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.

Form validation errors for a block do not display for the CollectionType
2 participants