pdscopes / php-form-validator

Simple, extendable form validator for multi-dimensional forms
MIT License
11 stars 3 forks source link

Can we have Is:numeric with nullable value as like laravel #12

Open mayankpal100dpanda opened 6 days ago

mayankpal100dpanda commented 6 days ago

While using this library i am not able to do nullable with numeric value , in php lots of the case are coming while code that field is not required but the value should be numeric , in case when we apply is:numeric so the field is required by default. please help in the problem

pdscopes commented 4 days ago

That is a good idea. I will try to do that in the next week or so. Feel free to submit a PR if you would like.