openFileSelector() not working in 8.0.6
See original GitHub issueVersion Upgrading from 8.0.3 to ^8.0.6
Steps to reproduce
<ngx-file-drop dropZoneLabel="Drop files here" (onFileDrop)="dropped($event)"
(onFileOver)="fileOver($event)" (onFileLeave)="fileLeave($event)">
<ng-template ngx-file-drop-content-tmp let-openFileSelector="openFileSelector">
Optional custom content that replaces the the entire default content.
<button type="button" (click)="openFileSelector()">Browse Files</button>
</ng-template>
</ngx-file-drop>
Alternate between v8.0.3 and 8.0.6.
Expected Behavior Button should open file picker
Actual Behavior In 8.0.6, the file picker does not display
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
ngx-file-drop - npm
An Angular 8 module for simple desktop file and folder drag and drop. This library does not need rxjs-compat. For Angular 7, 6,...
Read more >Ngx-file-drop NPM - npm.io
An Angular module for simple desktop file and folder drag and drop. This library does not need rxjs-compat. For previous Angular support please...
Read more >ngx-file-drop | Yarn - Package Manager
An Angular module for simple desktop file and folder drag and drop. This library does not need rxjs-compat. For previous Angular support please...
Read more >ngx-file-drop - `openFileSelector()` does not seem to produce ...
The file() method, there, does NOT fire immediately. In my case, this was causing problems because, further down the processing chain, ...
Read more >Source-acceptance-test: build failed - Airbytehq/Airbyte
Issue Title Created Date Comment Count Updated Date
what is the code of Persian language? 4 2021‑03‑29 2022‑07‑24
openFileSelector() not working in 8.0.6 4 2019‑08‑08...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

sorry about that, it was regression. It is fixed in 8.0.7
openFileSelector() not working on
macOS v12.3"ngx-file-drop": "^14.0.1",