Skip to content

removeWidgetByName does not work with DatePicker #275

Description

@sancho2

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions