Answers for "empty file input in react js"

3

clear input file html react

e.target.value = null;
Posted by: Guest on March-08-2020
0

set input type file value empty in react

document.getElementById("myFile").value = "";
Posted by: Guest on February-17-2022

Browse Popular Code Answers by Language