With a form, you can clear all values with: handleReest() { this.template.querySelector('form').reset(); }. This will invoke the standard "HTML Form Reset" ...
確定! 回上一頁