We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebaa99 commit 236d9d7Copy full SHA for 236d9d7
src/file-uploader/file-uploader.component.ts
@@ -31,11 +31,11 @@ const noop = () => { };
31
(keyup.enter)="fileInput.click()"
32
(keyup.space)="fileInput.click()"
33
[ngClass]="{'bx--file-browse-btn--disabled': disabled}"
34
+ role="button"
35
tabindex="0">
36
<div
37
class="bx--file__drop-container"
38
[ngClass]="{'bx--file__drop-container--drag-over': dragOver}"
- role="button"
39
(click)="fileInput.click()"
40
[attr.for]="fileUploaderId"
41
(dragover)="onDragOver($event)"
0 commit comments