react-file-base64
react-file-base64 copied to clipboard
type prop only have file option
I wanted create application where one user can only select image files how can I achieve this ? I saw the code in this repository where <Input/> tag by default has type="file".
path(line 70) :-
react-file-base64/src/js/components/react-file-base64.js```
Yes i m also trying the same thing.