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
I'm submitting a ...
[ ] bug report
[x] feature request
[ ] other
What is the current behavior?
Right now, the dropScope has to be defined synchronously. If it's a function, it has to return true or false.
What is the expected behavior?
I propose we allow the dropScope to be set to a function that returns an observable. That observable may then resolve to true or false. This would allow for scenarios, where say, we need to check with backend if the drop is allowed via http calls.
I'm willing to give developing this a try myself and PR it if it sounds good.
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
[ ] bug report
[x] feature request
[ ] other
What is the current behavior?
Right now, the
dropScope
has to be defined synchronously. If it's a function, it has to return true or false.What is the expected behavior?
I propose we allow the dropScope to be set to a function that returns an observable. That observable may then resolve to true or false. This would allow for scenarios, where say, we need to check with backend if the drop is allowed via http calls.
I'm willing to give developing this a try myself and PR it if it sounds good.
The text was updated successfully, but these errors were encountered: