You can clear the text input field by setting its value to an empty string. You can do that like this inputref.current.value = "" if you want to ...
確定! 回上一頁