Add Closure to distinct() for Form Elements #14514
zaidpirwani
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a form where the repeater input elements can be distinct or not based on state of another input - for now I am returning different arrays based on an if statement - the arrays are SAME except a distint method to one input
I added closure to the distinct code on my local machine and seems to be working for me
I want to ask is this something I can submit as a feature enhancement / fix ??
How to do that - seems I need to fork, make the change and then submit a pull request - am I correct
This would be my first pull request on a public project
MODIFICATION
CanBeValidated.php
ORIGINAL CODE - complete method
Beta Was this translation helpful? Give feedback.
All reactions