You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: