Joel R Hager
Joel R Hager
Can you specify how to use the showAlerts Union? I'm assuming this is for passing custom alerts based on criteria during the different phases of the drag/change/delete? I'm having a...
Here is the boilerplate for you to use to filter out duplicates. Use DropzoneAreaBase instead to add your own handler for the onAdd onDelete methods. ``` function addSongs(newSongs) { newSongs...
Additionally, I don't even see a use-case where something *should* want duplicates of the same file, if I'm being honest.
What all is needed to get this merged? I'm not super familiar with this code, but I'm certainly willing to lend my efforts in any way I can to keep...
Does anybody have an idea? Surely somebody has implemented custom buttons that need to keep the controls showing by resetting the value.
I cannot disable native iOS controls without getting that bug invariant error. Is anybody else getting that, and how did you overcome it? Thanks!
Any status on this? This kinda defeats the purpose for a lot of its uses IMO. Thanks for all your hard work!
I'm getting a similar issue on Android. When I use a drawer, the navigation screens are blank on Android, but work perfectly find on iOS. Is there styling settings or...
This is really critical for my use case, and others I imagine. Is there a timeline for the inclusion of this?
> @davidonlaptop's solution is what worked for me.