validate select repeater option
I have 2 option values for the repeater class, how do I validate so that these values cannot be selected again in the repeater select option class.
2 Replies
so that the user does not double input when filling in the select option
There's currently a PR created for this https://github.com/filamentphp/filament/pull/8635
GitHub
Add
distinct()
API to repeater by cheesegrits · Pull Request #863...Changes have been thoroughly tested to not break existing functionality.
New functionality has been documented or existing documentation has been updated to reflect changes.
Visual changes are ex...