Allow components/app to easily add FormValidation rules
Opened this issue · 0 comments
hellopablo commented
Provide a mechanism for components or app to provide form validation rules easily in an object orientated format, e.g. provide discreet rules at <vendor>\FormValidation\Rules\*
which implement an interface. The service can load them and execute them.