Replies: 1 comment
-
Just to complement: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I believe that this "distinct()" option should only validate if the value was selected more than once and not force "at least one" to be selected.
I believe we should have something like "->atLeastOne()" separately.
Ex:
Toggle::make('current')->distinct()->atLeastOne()
Beta Was this translation helpful? Give feedback.
All reactions