BlazorInputFile icon indicating copy to clipboard operation
BlazorInputFile copied to clipboard

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

Open Retic opened this issue 5 years ago • 2 comments

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

Retic avatar Apr 30 '20 07:04 Retic

You can use attributes bag without new fields <InputFile OnChange="HandleSelection" accept="image/*" />

Boglen avatar May 06 '20 01:05 Boglen

Please, merge it, this is very useful!

dvygolov avatar Aug 08 '20 17:08 dvygolov