While upgrading to the 2015.1 igCombo our app started throwing the error "Error in bindDataError: Operation not supported". I tracked it down to the enableClearButton property. It is still in the API did something change with this property that wasn't documented in the migration notes? Example below:
var bindCombo = function (node, nodeData) {
var $table = $("#" + node);
$table.igCombo({
dataSource: nodeData, //JSON Array defined above
textKey: "DisplayText",
valueKey: "Identifier",
mode: "editable",
enableClearButton: false,
selectItemBySpaceKey: true,
initialSelectedItems: [{ index: 0 }]
});
};
Hello,
Your development issue has been addressed in our latest service release which is available for download.Please let me know if you come across any further issues with the new service release or if you have any further questions .
Best Regards,
Thanks!~
Thank you for reporting this.
I have logged this behavior in our internal tracking system with a Development ID of 203257. A support case is created on your behalf with number CAS-158088-J4P3S7 , so that you can be notified when the bug is fixed. You can find your active cases under Account - Support Activity in our website. Select your ticket and go to Development Issues tab to view the status of related bugs.
Let me know if I may be of further assistance.
I ended up opening a new case I couldn't upload the file on here.
How do I go about getting enableClearButton into 2015.2? This isn't a new product feature it is a loss of functionality.
Ok. I am looking forward to it.