Topic: React File Input Reset
                  
                  Dan The Goodman
                  pro
                  asked 6 years ago
                
Does anyone know of any way to reset the file input?
                      
                      Roman Mzh
                      priority
                        answered 6 years ago
                    
quick solution:
move filechange to useState hook with dependency on props:
+ useEffect(() => {
    fileChange(props.value)
  }, [props.value]);
- fileChange(e.target.files); in onChangeHandler function
Piotr Glejzer staff commented 6 years ago
Thanks for this fix. Thank you very much. Have a nice day.
                      
                      Roman Mzh
                      priority
                        answered 6 years ago
                    
bump.
case: reset value after uploading file.
passing empty array to value prop does not help.
                      
                      Aliaksandr Andrasiuk
                      staff
                        answered 6 years ago
                    
Hello,
There is no such functionality for now. We will add it in the near future.
Best regards,
Aliaksandr from MDB.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
 - Premium support: No
 - Technology: MDB React
 - MDB Version: 4.10.0
 - Device: Any
 - Browser: Electron
 - OS: Any
 - Provided sample code: No
 - Provided link: No