react-file-base64 icon indicating copy to clipboard operation
react-file-base64 copied to clipboard

Customizability of upload button

Open danielyuenhx opened this issue 2 years ago • 1 comments

Problem: Currently, the Choose File button is not customizable. Styles can be changed by drilling into the input using CSS, however the text is not changeable.

Possible workaround: Add an ID to the button to allow a label to be attached to the button, which can be customized and styled freely.

danielyuenhx avatar Sep 27 '22 09:09 danielyuenhx

UPDATE: I've created a pull request to add this feature, at #30. Please check and merge, thank you!

danielyuenhx avatar Sep 27 '22 09:09 danielyuenhx