Hello everybody,
Two days i am trying to solve a problem occurred in jqxinput using autocomplete option here my scenario:
1 – I load a big local data source to my input successfully.
2 – I try to search an item , i found it and i select it then i get the item ( value and label) successfully.
3 – I try to search for unknown item, i know it will not be founded, but when i want to get the label that is not founded i get the old item.
The problem is i don’t want to get the old item i want to get the label that is not founded so i can use it in other purposes.
Thanks, Regards.