Hi Isomorphic,
given "normal" circumstances without additional validators, does having setValidateOnExit(true) on a SelectItem make any sense?
You could force a fast error (before DynamicForm.saveData()) for a required="true" field, but besides that? I have this in my code and think that it might be unnecessary.
Best regards
Blama
given "normal" circumstances without additional validators, does having setValidateOnExit(true) on a SelectItem make any sense?
You could force a fast error (before DynamicForm.saveData()) for a required="true" field, but besides that? I have this in my code and think that it might be unnecessary.
Best regards
Blama
Comment