Month and year widget is incompatible with IE browser

0
Hi Experts,    I am facing the following scenario. 1.On using Month and year picker widget, after running the app, in UI (Using Internet Explorer)i’m getting error message like ‘No constructor is found for the Widget’.   2.On using Google chrome as default browser, the app runs smoothly with the mentioned widget 3.Checked these scenarios with diff machines too and concluded that,  using IE browser only, the widget is not compatible. So, in this scenario,is it mandatory to have google chrome for this widget to run or  if so, as all end users might not have google chrome installed,is there any other widgets or simple custom feature to select the month and year
asked
2 answers
0

Are you using the default widget? Or a widget from the appstore?

According to the docs, Mendix doesn't support Internet Explorer anymore. 

https://docs.mendix.com/refguide/system-requirements

  • Google Chrome (latest stable desktop and Android versions)
  • Mozilla Firefox (latest stable desktop version)
  • Apple Safari (latest stable desktop version and latest version for each supported iOS version)
  • Microsoft Edge (latest stable desktop version)
answered
0

It seems to be this widget https://marketplace.mendix.com/link/component/115226. There is a demo at https://mydemoversion8-sandbox.mxapps.io/p/datepickers. Does the problem occur there as well when using IE?

This widget uses 3rd party code. See https://github.com/uxsolutions/bootstrap-datepicker/issues for their issue list. There is a huge amount of open issues, does not feel very comfortable to use this widget.

 

answered