I have a repeating group with a set of input values and the desired user experience is that:
a) hitting TAB moves from one input in a row to the next one on the right
b) hitting shift TAB moves from one input in a row to the one on the left
which is OK, however I also am seeking to achieve:
c) when hitting ENTER then it moves to the input on the row BELOW the current focus row in the repeating group
d) when hitting shift ENTER then it moves to the input on the row ABOVE the current focus row in the repeating group
The TAB works by default but seeking a solution for the ENTER to move up / down rows in the RG
I have read up about orchestra and air keyboard and ‘get it’ conceptually, however short on the detail of how to actually make this happen. Any clues / samples ?