I’m using apex 5.12 and universal theme.
I have 3 simple textbox items year, seq and bill_no.
Year is a 4 digit no and seq = 2 character.text
My goal is if the user enter 4 digit year it would auto focus to seq and after entering 2 characters it would auto focus to bill no.
This makes the entry faster since the user do not have to press tab to go to the next textbox.
Is this possible?
Thanks