I would like to clear the input field of my app when user clicks the save button and the input values are successfully saved.
Clearing the input field after task is successful
73 views Asked by Maxfurry At
1
I would like to clear the input field of my app when user clicks the save button and the input values are successfully saved.
just use input->value(""); that´s all.