Hi
I have a repeating row. In that I have several input fields. Let's call two of these input fields inputA and inputB. inputA can only take in number. And input B is a free text box.
I need to make sure that if inputA value is greater than zero, then inputB is filled up otherwise it triggers a validation letting user know which row inputB is not filled up.
How to do this validation?
