SteveSandersonMS / BlazorInputFile

A file input component for Blazor applications
250 stars 75 forks source link

Added text param file type filter for <input accept=""> #31

Open Retic opened 4 years ago

Retic commented 4 years ago

Needed to pass file type to the underlying input element. Added string Parameter to the component.

Boglen commented 4 years ago

You can use attributes bag without new fields

dvygolov commented 4 years ago

Please, merge it, this is very useful!