Limit max number of repeated fields
Hi all. Is there a way of limiting the maximum number of repeater fields a user can add?
2 Replies
I believe there are minItems() and maxItems() methods?
https://filamentphp.com/docs/3.x/forms/fields/repeater#number-of-items-validation
@Hugh Messenger Lol I don't know how I missed that. Thanks.