jQWidgets Forums

jQuery UI Widgets Forums Lists ComboBox get jqxComboBox to read QRcode

This topic contains 1 reply, has 1 voice, and was last updated by  douglas168 7 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • get jqxComboBox to read QRcode #97737

    douglas168
    Participant

    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!

    get jqxComboBox to read QRcode #97785

    douglas168
    Participant

    Hi all,

    I use the following and it seems to work with QR code input.

    var value = $(“#jqxCombobox input”).val().trim();

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.