Sergey Mell
Sergey Mell
It remains `false` for some reason. Maybe this could be some issue connected directly with heroku... Seems I need to investigate for a while
Any update on this? Could anybody provide an alternative version of the plugin which allows to select arbitrary files?
Confirm that this issue still exists on 8.1.4 version
@odahcam, I see. I'll fix it today.
StackBlitz demo is fixed for now
Same issue for me
It's not about the initial value actually. `isEnabled` should receive strictly `boolean`. So instead of using `[isEnabled]="someData"` please use at least `[isEnabled]="!!someData"` and it will work correctly
I agree. This just how I see it works now
I know how to fix this (did it locally for my project) but I cannot find the repo to create a PR for this. Could anybody help?
Any update on this since more than two years passed?