UI Error on Bootstrapmultiselectwidger

0
Hi,   Im using BootstrapMultiSelect widget in my pages, when a microflow is triggered and page is closed, the below error pops on the client console and Error popup is raised to the user. Has anyone else faced this issue?   Cannot read properties of null (reading 'get') TypeError: Cannot read properties of null (reading 'get')    at j.<computed>.E.<anonymous> (http://localhost:8079/widgets/BootstrapMultiSelectForMendix/widget/BootstrapMultiSelect.js?638519864000370570:608:117)    at http://localhost:8079/mxclientsystem/mxui/mxui.js?638519864000370570:5:27376    at T (http://localhost:8079/mxclientsystem/mxui/mxui.js?638519864000370570:5:159840)    at http://localhost:8079/mxclientsystem/mxui/mxui.js?638519864000370570:5:165503
asked
1 answers
0

Hi Ashirvad,

 

In Mendix 10 we are also facing same issues. It looks  like widget is not compatible with version 10 when data source is microflow.

You can use Searchable Selector widget(https://marketplace.mendix.com/link/component/116917) it has same functionality as Bootstrapmultiselectwidget.

 

Thanks

 

answered