We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86d96d commit 59ba1e6Copy full SHA for 59ba1e6
projects/cdk/src/lib/file-input/file-input.directive.ts
@@ -94,6 +94,7 @@ export class FileInputDirective implements ControlValueAccessor, OnInit, OnChang
94
95
/** Controls the accepted file types. */
96
@Input()
97
+ @HostBinding('accept')
98
get accept(): string {
99
return this._accept;
100
}
0 commit comments