The function removeWidgetByName() does not work with the DatePicker.
Line 1374 of mui-base.lua reads 'M.removeDatePicker(widgetName)' and there is no function by that name. On line 1057 of mui-datetime.lua the function is defined as 'function M.removeDateTimePicker( event )'
The function removeDateTimePicker also requires that the parameter event contain a table entry for muiDict["muiTargetCallBackData"].targetName= datepicker_widget_name
I assume the same problem with the time picker.
The function removeWidgetByName() does not work with the DatePicker.
Line 1374 of mui-base.lua reads 'M.removeDatePicker(widgetName)' and there is no function by that name. On line 1057 of mui-datetime.lua the function is defined as 'function M.removeDateTimePicker( event )'
The function removeDateTimePicker also requires that the parameter event contain a table entry for muiDict["muiTargetCallBackData"].targetName= datepicker_widget_name
I assume the same problem with the time picker.