Open lizrosenshine opened 4 years ago
Just in case someone else comes looking for a solution. I've also had this issue and because of the post above, I figured out there was indeed a duplicate jquery being added.
The issue was within BootStrapInputAddon for Mendix . Both share the same jquery version but the file size was different.
I have copied the multiselect jquery to the inputaddon mpk and now both are working fine.
Hi @JarnoKoopman, do you have a guide for how to make an extracted mpk back into a widget package. Then hopefully I can also fix this issue.
@AuraQLimited @AuraQjamest I'm wondering if there's going to be an update of this widget for Mx9? We dearly hope so.
Hello,
I have been using this gem in a couple apps -- one on version 7.22.6 and another on 8.3. Both were working successfully and then stopped all the sudden. The drop down lists will not open. The issue occurs on multiple different pages in both apps. The widget is up to date in both apps. Searching outside the context of mendix led me to think the issue may be double-loading of some of the bootstrap js files (bootstrap-min-js?), but I'm not sure how to check or address this. All setups pull data via x-path. I haven't tried switching all to MFs, but the issue persists in the instances where I've tried. Something seems to be blocking the widget from functioning. I've tried moving it out of flex containers, snippets, but because the issue is accross apps, I'm thinking that may not be the problem. Any suggestions would be appreciated.