> Can i change TextField's (FormComponent) valid status and set a custom error > message from outside ? Like :
Normally you write a validator that calls component.error() to set the error message, and add that validator to the FormComponent. As long as it has that error it will count as invalid. - Tor Iver