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
Currently, the allow / disallow API on DropZone is static. This makes more sophisticated conditions difficult, such as restricting the insert of an item based on the number of that component type already in the DropZone.
Proposal
New canInsert API
A new API to dynamically resolve the allow/disallow list. Probably needs a better name.
Currently, the allow / disallow API on DropZone is static. This makes more sophisticated conditions difficult, such as restricting the insert of an item based on the number of that component type already in the DropZone.
Proposal
New
canInsert
APIA new API to dynamically resolve the allow/disallow list. Probably needs a better name.
Notes
The text was updated successfully, but these errors were encountered: