Answered
Here is my code:
if(event.commitKey !=0){this.getField('nextField').setFocus();}
How do i make it delay/wait for 1 second before moving to the next field?
I use a scanner that takes a barcode and inputs the return key after the barcode is inputted, however the return key sometimes beats the entire barcode, so the barcode is cut off...
I was wondering if there was a way to delay this a second?