react-file-base64
react-file-base64 copied to clipboard
Added ID input to input element with default ID of "FileBase64"
Allow FileBase64 to accept ID props, where it can be used to manipulate and customise the Choose File
button. Ideally, the input element can be set as display: none
, and a label can be used instead by using the htmlFor
attribute and that can be styled instead.