Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to change the choose file button text in react

<label htmlFor="filePicker" style={{ background:"grey", padding:"5px 10px" }}>
My custom choose file label
</label>
<input id="filePicker" style={{visibility:"hidden"}} type={"file"}>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #choose #file #button #text #react
ADD COMMENT
Topic
Name
6+4 =