Like template, one should be able to pass in errorClassName in the schema objects of fields in a Form constructor. In cases where each Field should have a errorClassName but it is not ok to modify the Field constructor this seems like the best option.
Like
template
, one should be able to pass inerrorClassName
in the schema objects of fields in aForm
constructor. In cases where eachField
should have aerrorClassName
but it is not ok to modify theField
constructor this seems like the best option.