You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a really hairy inline validation function, it would be neat if you could pass it along in the options hash instead of as the first parameter. Something like this:
I agree with you @mwpastore, this will definitely create a more uniform API. I would need to write a backwards compatible way of doing this which shouldnt be too hard but I just dont have the time right now.
In terms of a really hairy inline validation function, I would suggest using a custom validator instead 😄
If you have a really hairy inline validation function, it would be neat if you could pass it along in the options hash instead of as the first parameter. Something like this:
Or, to maintain a consistent API:
The text was updated successfully, but these errors were encountered: