I have a panel that has various input fields. When the user submits the information, it is saved in an SQLite database. I'd like to clear the fields once the info is submitted, but simply setting the string to "" doesn't work.
FieldText.text="";
What's the best way to clear them out? Thanks!
Is that called when you submit? Are you sure? Try to Log when you submit , if it does that
.text="" ;
should work