-
I've got a situation where the repeater should always at least one row, but subsequent rows are optional. Even though I can make the rows deletable based on the number of rows present, that applies to all rows. It would be helpful to have a way to apply functions to individual rows instead of the whole repeater. |
Beta Was this translation helpful? Give feedback.
Answered by
awcodes
Jan 19, 2024
Replies: 1 comment 1 reply
-
Just set the min items to 1 and let the validation handle it. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kylearch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just set the min items to 1 and let the validation handle it.