I’ve been building a simple to-do list app, and I noticed that when I close and reopen the app, the textboxes still contain whatever I had typed before. Is there a way to have the textboxes automatically clear when the app restarts?
I’m not using any local storage or database to save the data yet, so I thought they would just reset by default. Maybe I’m overlooking something?