I have a flex repeater contains multiple repeated rows, each row has 2 text field components. I would like to have script automatically advance the focus to the next text field once its current value filled… this will continue down to all rows.
I have tried enable domId for each text field with prefix of each row with Step# (Step1_txt1, Step1_txt2) and using text Value Change script:
I looked through the forum but haven’t found the solutions yet. Best match was: Please add ids to perspective components for writing tests
What would be the best way to make this approach? Thanks everyone!
The supplied approach will work, but will require you to bind the domId field to an incoming param of the View, which means you’ll also need to supply those params into the instances of the Flex Repeater.