FileInput default icon is `download`, should be `file_upload`
stickfigure opened this issue · 1 comments
stickfigure commented
FileInput.tsx line 100, looks like the wrong icon. Should be an upload icon, not a download icon.
react-md 4.0.2
mlaursen commented
Whoops -- I'll update the default download
icon to be file_upload
instead of file_download
.
In the next major release, I'll rename the download
icon to be upload
so the naming matches better. The renaming is really only a breaking change if users of this library override these icons like my documentation website or the examples in this repo.