I\'m developing an application where an input text field will get populated by a scanner scanning in a barcode.
The problem is that when the scanner scans, it submits th
Just change button type from "submit" to "button" and it will prevent auto submission.