Does anyone know of a BarcodeReadComplete trigger? I have 2 fields. After reading a barcode in the 1st text field, I want to automatically set focus to the 2nd text field.
I can't use ".on('change'" on the 1st field, because you would have to change focus to trigger it.
I can't use ".on('input'" because that changes after the 1st character is read