Hi admin,
What you say makes sense as a general concept … but why is renderer being called repeatedly, ie. at each char input, but with the return value being ignored ? That is inconsistent with what you have explained. Also: ‘renderer’ gets called 3 times for each list item when the ComboBox gets created. This makes me wonder which of the 3 invocation return value is the one that actually gets used and shows up in the list ?
QUESTION:
Does jqxComboBox support in any way a ‘content changed’ event for the text input field ?
I could not find anything along these lines in the documentation. I am thinking of actually updating the list entries (using ‘updateItem’ API function) each time the user enters something into the text input field …
Regards,
Stephan