Clearing the input field after task is successful

139 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
AudioBubble On

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