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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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