BlazorInputFile
BlazorInputFile copied to clipboard
Added text param file type filter for <input accept="">
Needed to pass file type to the underlying input element. Added string Parameter to the component.
You can use attributes bag without new fields <InputFile OnChange="HandleSelection" accept="image/*" />
Please, merge it, this is very useful!