ng2-file-input icon indicating copy to clipboard operation
ng2-file-input copied to clipboard

An example for input "accept" would be nice

Open cmglez10 opened this issue 7 years ago • 0 comments

I tried to use the input "accept" but I did not succeed.

<ng2-file-input [multiple]="false" [extensions]="['txt']" [show-previews]="true" [accept]="module.name+'.txt'"></ng2-file-input>

A little example in README file would be nice!

cmglez10 avatar Jan 22 '18 11:01 cmglez10