To add validators on the client, it would be very useful to have a function like addValidators(). This is needed to add global validators( like a trim functionality) afterwards for all text fields for example.
There is also a getValidators() needed, to check, if validators are there on generated fields, or do a formItem.setValidator(formItem.getValidators() .
Can you intruduce a function like this?
There is also a getValidators() needed, to check, if validators are there on generated fields, or do a formItem.setValidator(formItem.getValidators() .
Can you intruduce a function like this?
Comment