-
Notifications
You must be signed in to change notification settings - Fork 20
feat(next): group-array field support #177
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
28cc490
initial group-array field support
lukad 305d7cf
Merge branch 'main' into devxp-2540-group-array-fields
dragidavid e14d962
wip - generate formErrors in expected format for group-arrays, nested…
lukad f8aae5f
Merge branch 'main' into devxp-2540-group-array-fields
lukad 87e4ba2
enable a previously skipped test that was waiting for group-arrays
lukad 9c75ab4
propagate schema props to fields of group-arrays the same way as is d…
lukad 611b334
Merge branch 'main' into devxp-2540-group-array-fields
lukad ca1b403
allow non-object array items
lukad 541f8ee
remove commented code
lukad 512f85f
remove propagatedSchemaProps
lukad fcea89c
fix inputType issues
lukad ff5222b
set multiple: true for checkbox groups
lukad 0776b29
add JSDoc param docs to getInputType
lukad 9fe1fdd
remove leftover comment
lukad 7d25189
change setCustomOrder signature to individual args instead of an object
lukad 40cfa56
remove unused value arg from validationErrorsToFormErrors
lukad ff262ed
Update next/test/fields/array.test.ts
lukad f66f5a0
refactor array tests and remove `type`
lukad 2de92e9
simplify null/undefined check in validationErrorsToFormErrors
lukad 8869fd5
wrap validation error handling tests into a describe block
lukad b7178d3
add `type` back
lukad f77aa0c
fix nested formErrors
lukad 065a7dc
improve naming in required arrays test case
lukad f266b24
add stub tests for group-array mutations
lukad 862aa20
fix group-array fields oredering
lukad f3280b5
simplify order test
lukad 37f168f
change `false schema` error message to "Not allowed"
lukad 34edd75
delete unused imports
lukad baba933
Update next/test/fields/array.test.ts
lukad e59d160
fix: group array test schema
dragidavid cbafae9
change 'valid' validation error type to 'forbidden'
lukad 9f9124a
fix last 'valid' occurance
lukad 285b40b
Release 0.11.14-dev.20250514093749
dragidavid 91b07b3
chore: revert v0 version change
dragidavid File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.