Hi, I need to validate a form. I have been checking out the TDJ example and have some questions:
Can you write you own validation function that validates an array of validators that you have specified (Like in Flex)? Example I have 2 TextInputs and a Combo. The form can only be submitted if there is a value in one or several of the input containers. Looking at the example it looks like ALL validators need to be valid before submission can occur. I have different form items in different Card containers (as the Card containers are responsive), can I wrap all the Card containers in a Form and validate that them? Cheers David
