Open
Description
Opening so I don't forget about this, details to come.
Basically if you have something like this in your FormRequest.php
:
'email' => 'required|email:rfc,dns,filter',
The generated frontend code from this package doesn't attempt to validate to use other rules (such as dns and filter).
I guess the solution would be to make a request to the back end to validade this, but I just discovered this project today so I could be wrong :D.