Clearing the input field after task is successful

82 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 answers

0
AudioBubble On

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