Hi all,
I have a jqxComboBox where users can 1) input text manually, 2)select from the dropdownlist, 3) scan QRCode. Once the user perform one of the above, it changes a read-only input box based on the input.
So far, #1 (using on keypress when keycode is 13) and #2(using on select) is working properly. Yet, the scan QRcode is not. After the QRcode is scanned, it sets the read-only input box based on the first item on the dropdownlist.
Any idea on how to get reading QRCode properly in jqxComboBox so that value is in jqxComboBox?
Apreciate the help!