Skip to content

Commit 59ba1e6

Browse files
committed
🔧 fix(#85): set accept host binding.
1 parent b86d96d commit 59ba1e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/cdk/src/lib/file-input/file-input.directive.ts

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export class FileInputDirective implements ControlValueAccessor, OnInit, OnChang
9494

9595
/** Controls the accepted file types. */
9696
@Input()
97+
@HostBinding('accept')
9798
get accept(): string {
9899
return this._accept;
99100
}

0 commit comments

Comments
 (0)