Prevent Input Device To Submit Angularjs Form
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 the form. It c
Solution 1:
Just change button type from "submit" to "button" and it will prevent auto submission.
Post a Comment for "Prevent Input Device To Submit Angularjs Form"