How to make Repeater unique fields name
I have a fields repeater. this fields have a name. the name must be unique. how to do it (,: ?
i tried to use the
->different()
- https://filamentphp.com/docs/3.x/forms/validation#different
but idk how to make it work since is inisde a repeater π€3 Replies
just tried
->different('../*/name')
but seems doesnt do the trick haha (,:god
thanks π