Auto-populate the minimum amount of array elements #3051
qbeauperin
started this conversation in
Feature Requests & Ideas
Replies: 2 comments 2 replies
-
I stumbled upon the same issue (my question on Discord). It seems to me, having a config option (like |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think you can do this with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If an
array
field is defined with bothrequired: true
and aminRows
value, a nice quality of life improvement would be to automatically add the minimum amount of items to the array when creating a new doc, as the user will need to add these sections in no matter what.For example, take the following config:
instead of having this

have this

or this if you have

initCollapsed: true
Beta Was this translation helpful? Give feedback.
All reactions