Clearing the input field after task is successful

112 Views Asked by At

I would like to clear the input field of my app when user clicks the save button and the input values are successfully saved.

1

There are 1 best solutions below

0
On

just use input->value(""); that´s all.