-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
I'm not sure how should $forceDefault
work, but I want it to force minimal count of items when removing. The problem is, that the attached
method (which calls createDefault
method where the $forceDefault
is applied) is called before remove
method, so the default item count is compared with the count of items before remove is performed.