Closed itaylorweb closed 8 years ago
@itaylorweb you can clone the repo and edit the original source code instead of modify the transpiled code. Then you can contribute also with pull requests if you want.
Sorry. I should've done that. Will do next time :)
ValidatorJS allows DVR rules to be defined as an array and not just pipe delimited string. When defining regex validation its recommend to define as an array such as: ['required', 'regex:/^(19|20)[\d]{2,2}$/'] as the pipe in the regex pattern would cause a problem when splitting if it was pipe delimited.
DVR.js
Change:
To: