Hi, i have a similar problem.
Whenever a user inputs a value that’s not one of the list available, the .val of the jqxInput returns the last “correct” value, for example, if i type a “correct” name of a customer, it stores the values for that customer, but if my following action is to type a non existing customer, and then try to get the value of the input, i get the former value, the one from the existing customer. I’ve tried getting the actual/current value, but all i get, is the last matched value. What can i do?