I have Gallery that has 8 fields requiring data input. for each field I call an On Change event to perform the Patch to the collection. Problem is this causes a tab problem where after inputting the first field you tab to the second field but the on change event causes the first field to have focus then to enter data into the second field the user has to click on the text input field before entering data which is a user nightmare. I have tried other methods such as updating a temporary collection which takes care of the tabbing isssue. Just curious how others have deal with this problem