-
Notifications
You must be signed in to change notification settings - Fork 9.4k
issue fixed #8258 - assign indices for all array inputs so that validation works properly #15383
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
issue fixed #8258 - assign indices for all array inputs so that validation works properly #15383
Conversation
…ation works properly
Hi @jayankaghosh , thanks for fixes. |
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.
Awesome
Oh didn't follow on this for a long time. So this is fixed now? Cool! |
@VasylShvorak This issue is resolved now. |
Hi @VladimirZaets, thank you for the review. |
✔️ QA passed |
|
1 similar comment
|
Hi @jayankaghosh, thank you for your contribution! |
…so that validation works properly #15383
Form validation with identical field names does not work as expected
Description
Assign indices to array inputs and later remove them before submitting as a workaround for the validation library to work properly.
Fixed Issues (if relevant)
Manual testing scenarios