Hello Isomorphic,
MultiComboBoxItem is showing javascript error when the DataSource is set to the DynamicForm. I am able to reproduce the issue in the example in Showcase. Please find the attached java example(MultiComboBoxSample.java).
I am using Smartgwt - 5.0P (Version v10.0p_2019-09-22 (2019-09-22)) and Google Chrome - Version 77.0.3865.120 (Official Build) (64-bit)
In my case, I have not set OptionDataSource to MultiComboBoxItem, but setting the DataSource to DynamicForm. When I am trying to select or enter a value second time , it is showing me the following Javascript Error .
ISC_Core.js:1656 Uncaught TypeError: Cannot read property 'undefined' of null
at _2.isc_MultiComboBoxItem_sortOrder [as sortOrder] (ISC_Forms.js:2217)
at ISC_Forms.js:2226
at Object.$96c (ISC_Core.js:482)
at _2.isc_c_MultiComboBoxItem__binarySearch [as $96c] (ISC_Forms.js:2209)
at _2.isc_MultiComboBoxItem__insertButtonForValue [as $96r] (ISC_Forms.js:2226)
at _2.isc_MultiComboBoxItem__comboBoxItemChanged [as $96p] (ISC_Forms.js:2221)
at _2.changed (ISC_Forms.js:2217)
at _2.isc_FormItem_handleChanged [as handleChanged] (ISC_Forms.js:968)
at _2.isc_c_Class_invokeSuper [as invokeSuper] (ISC_Core.js:258)
at _2.isc_c_Class_Super [as Super] (ISC_Core.js:250)
Please advice, how to resolve the issue.
Thank you in advance for your support.
Best Regards,
Sonia
MultiComboBoxItem is showing javascript error when the DataSource is set to the DynamicForm. I am able to reproduce the issue in the example in Showcase. Please find the attached java example(MultiComboBoxSample.java).
I am using Smartgwt - 5.0P (Version v10.0p_2019-09-22 (2019-09-22)) and Google Chrome - Version 77.0.3865.120 (Official Build) (64-bit)
In my case, I have not set OptionDataSource to MultiComboBoxItem, but setting the DataSource to DynamicForm. When I am trying to select or enter a value second time , it is showing me the following Javascript Error .
ISC_Core.js:1656 Uncaught TypeError: Cannot read property 'undefined' of null
at _2.isc_MultiComboBoxItem_sortOrder [as sortOrder] (ISC_Forms.js:2217)
at ISC_Forms.js:2226
at Object.$96c (ISC_Core.js:482)
at _2.isc_c_MultiComboBoxItem__binarySearch [as $96c] (ISC_Forms.js:2209)
at _2.isc_MultiComboBoxItem__insertButtonForValue [as $96r] (ISC_Forms.js:2226)
at _2.isc_MultiComboBoxItem__comboBoxItemChanged [as $96p] (ISC_Forms.js:2221)
at _2.changed (ISC_Forms.js:2217)
at _2.isc_FormItem_handleChanged [as handleChanged] (ISC_Forms.js:968)
at _2.isc_c_Class_invokeSuper [as invokeSuper] (ISC_Core.js:258)
at _2.isc_c_Class_Super [as Super] (ISC_Core.js:250)
Please advice, how to resolve the issue.
Thank you in advance for your support.
Best Regards,
Sonia
Comment