2
Answers

Function to clear textbox

sathish

sathish

5y
643
1
Hi,
 
  Kindly let me know how to written and call function in ts file to clear the textbox  when click on cancel button as shown below
<div>
<label for="Employee label">Field 1 :*</label>
<input class="Emp" type="text" placeholder="">
</div>
 
<div class="btngroup">
<input type="button" value="Cancel" class="button cancelbtn">
</div>
 
 
Thanks
Sathish 
Answers (2)