I am writing a web application that needs to take input from a barcode scanner.
Currently, the system printing the barcode is adding a '\13' (I think a carriage return) to the beginning of the value. Thus, whenever the barcode is scanned for example into firefox, the cursor jumps to the search bar and puts the value there rather than in my text field.
I definitely cannot modify the printed barcodes themselves. Is there a way to prevent the barcode from changing the input field from my text box to the search bar?
Thanks!