I'm learning ExtJS, and I came across two different concepts, that seem logically connected to me.
- Model classes can specify custom validation methods on their fields.
- Model instances can be loaded into, and retrieved from Forms.
My question is:
- Is it possible to have the form use the model's validation setup to validate what the user enters and show realtime feedback?
- If the answer to 1 is No, then is there any other way to set up realtime validation in the form?
Thanks