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
{{ message }}
This repository was archived by the owner on Aug 5, 2019. It is now read-only.
The inherited remove method does not target the body but the widget itself. It would be nice to have a remove similar to that of the add that detects instance of ModalFooter and otherwise directs the remove to the child widgets of the body.
The text was updated successfully, but these errors were encountered:
Could you state some use case in order to justify this need?
Notice that this change would cause some confusion with other methods dealing with inside widgets. How should getWidgetCount behave?
I do think we need to improve the treatment of ModalFooter, specially because it is used only inside Modal. Maybe it never should be public instantiated. We could find another way of better deal this widget with Modal.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The inherited remove method does not target the body but the widget itself. It would be nice to have a remove similar to that of the add that detects instance of ModalFooter and otherwise directs the remove to the child widgets of the body.
The text was updated successfully, but these errors were encountered: