10xSebastian / barcode-scanner.js

Javascript library to handle and identify data (keystrokes) entered by a barcode scanner.
GNU General Public License v2.0
17 stars 7 forks source link

In case of multiple scans, it auto populates in serial? #11

Closed 10xSebastian closed 8 years ago

10xSebastian commented 8 years ago

Asked by @smartmeter here: https://github.com/pape-io/barcode-scanner.js/issues/3#issuecomment-160251159

On multiple scans, it auto populates in serial, one after another correct, like your test file included in the sample.

10xSebastian commented 8 years ago

Yes, it populates in the same sequence the user scans things.

smartmeter commented 8 years ago

ok thanks